#[repr(C)]pub struct BlockdevOptionsFile {
    pub filename: *mut c_char,
    pub has_aio: bool,
    pub aio: BlockdevAioOptions,
}Fields§
§filename: *mut c_char§has_aio: bool§aio: BlockdevAioOptionsTrait Implementations§
Source§impl Clone for BlockdevOptionsFile
 
impl Clone for BlockdevOptionsFile
Source§fn clone(&self) -> BlockdevOptionsFile
 
fn clone(&self) -> BlockdevOptionsFile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for BlockdevOptionsFile
 
impl Debug for BlockdevOptionsFile
impl Copy for BlockdevOptionsFile
Auto Trait Implementations§
impl Freeze for BlockdevOptionsFile
impl RefUnwindSafe for BlockdevOptionsFile
impl !Send for BlockdevOptionsFile
impl !Sync for BlockdevOptionsFile
impl Unpin for BlockdevOptionsFile
impl UnwindSafe for BlockdevOptionsFile
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