#[repr(C)]pub struct BlockdevOptionsVVFAT {
pub dir: *mut i8,
pub has_fat_type: bool,
pub fat_type: i64,
pub has_floppy: bool,
pub floppy: bool,
pub has_label: bool,
pub label: *mut i8,
pub has_rw: bool,
pub rw: bool,
}Fields§
§dir: *mut i8§has_fat_type: bool§fat_type: i64§has_floppy: bool§floppy: bool§has_label: bool§label: *mut i8§has_rw: bool§rw: boolTrait Implementations§
Source§impl Clone for BlockdevOptionsVVFAT
impl Clone for BlockdevOptionsVVFAT
Source§fn clone(&self) -> BlockdevOptionsVVFAT
fn clone(&self) -> BlockdevOptionsVVFAT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlockdevOptionsVVFAT
Auto Trait Implementations§
impl !Send for BlockdevOptionsVVFAT
impl !Sync for BlockdevOptionsVVFAT
impl Freeze for BlockdevOptionsVVFAT
impl RefUnwindSafe for BlockdevOptionsVVFAT
impl Unpin for BlockdevOptionsVVFAT
impl UnsafeUnpin for BlockdevOptionsVVFAT
impl UnwindSafe for BlockdevOptionsVVFAT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more