Struct panda_sys::BlockdevOptionsFile
source · #[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 copy 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 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