Struct lodepng::Chunk
[-]
[+]
[src]
pub struct Chunk {
// some fields omitted
}pub struct Chunk {
// some fields omitted
}impl Chunkfn len(&self) -> usizefn is_ancillary(&self) -> c_ucharfn is_private(&self) -> boolfn is_safetocopy(&self) -> boolfn data(&self) -> *mut c_ucharfn check_crc(&self) -> boolfn generate_crc(&mut self)fn next(&self) -> Option<Chunk>fn append(&self, out: &mut *mut u8, outlength: *const size_t) -> Result<(), Error>fn create(out: &mut *mut u8, outlength: *const size_t, length: c_uint, chtype: *const c_char, data: *const u8) -> Result<(), Error>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).