#[repr(C)]pub struct BlockdevOptionsNull {
pub has_size: bool,
pub size: i64,
pub has_latency_ns: bool,
pub latency_ns: u64,
}Fields§
§has_size: bool§size: i64§has_latency_ns: bool§latency_ns: u64Trait Implementations§
Source§impl Clone for BlockdevOptionsNull
impl Clone for BlockdevOptionsNull
Source§fn clone(&self) -> BlockdevOptionsNull
fn clone(&self) -> BlockdevOptionsNull
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 BlockdevOptionsNull
impl Debug for BlockdevOptionsNull
impl Copy for BlockdevOptionsNull
Auto Trait Implementations§
impl Freeze for BlockdevOptionsNull
impl RefUnwindSafe for BlockdevOptionsNull
impl Send for BlockdevOptionsNull
impl Sync for BlockdevOptionsNull
impl Unpin for BlockdevOptionsNull
impl UnwindSafe for BlockdevOptionsNull
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