Struct panda_sys::BlockdevOptionsRaw [−][src]
#[repr(C)]pub struct BlockdevOptionsRaw { pub file: *mut BlockdevRef, pub has_offset: bool, pub offset: i64, pub has_size: bool, pub size: i64, }
Fields
file: *mut BlockdevRefhas_offset: booloffset: i64has_size: boolsize: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsRawimpl !Send for BlockdevOptionsRawimpl !Sync for BlockdevOptionsRawimpl Unpin for BlockdevOptionsRawimpl UnwindSafe for BlockdevOptionsRawBlanket Implementations
Mutably borrows from an owned value. Read more