Struct panda_sys::BlockdevOptionsVVFAT [−][src]
#[repr(C)]pub struct BlockdevOptionsVVFAT { pub dir: *mut c_char, pub has_fat_type: bool, pub fat_type: i64, pub has_floppy: bool, pub floppy: bool, pub has_label: bool, pub label: *mut c_char, pub has_rw: bool, pub rw: bool, }
Fields
dir: *mut c_charhas_fat_type: boolfat_type: i64has_floppy: boolfloppy: boolhas_label: boollabel: *mut c_charhas_rw: boolrw: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockdevOptionsVVFATimpl !Send for BlockdevOptionsVVFATimpl !Sync for BlockdevOptionsVVFATimpl Unpin for BlockdevOptionsVVFATimpl UnwindSafe for BlockdevOptionsVVFATBlanket Implementations
Mutably borrows from an owned value. Read more