Struct rpgffi::DecodedBkpBlock [] [src]

#[repr(C)]
pub struct DecodedBkpBlock { pub in_use: bool_, pub rnode: RelFileNode, pub forknum: ForkNumber, pub blkno: BlockNumber, pub flags: uint8, pub has_image: bool_, pub bkp_image: *mut c_char, pub hole_offset: uint16, pub hole_length: uint16, pub bimg_len: uint16, pub bimg_info: uint8, pub has_data: bool_, pub data: *mut c_char, pub data_len: uint16, pub data_bufsz: uint16, }

Fields

Trait Implementations

impl Copy for DecodedBkpBlock
[src]

impl Clone for DecodedBkpBlock
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more