pub struct BlockDeviceRef {
pub path: String,
pub major: u32,
pub minor: u32,
}Fields§
§path: String§major: u32§minor: u32Implementations§
Trait Implementations§
Source§impl Clone for BlockDeviceRef
impl Clone for BlockDeviceRef
Source§fn clone(&self) -> BlockDeviceRef
fn clone(&self) -> BlockDeviceRef
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 moreAuto Trait Implementations§
impl Freeze for BlockDeviceRef
impl RefUnwindSafe for BlockDeviceRef
impl Send for BlockDeviceRef
impl Sync for BlockDeviceRef
impl Unpin for BlockDeviceRef
impl UnsafeUnpin for BlockDeviceRef
impl UnwindSafe for BlockDeviceRef
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