Struct lfs_core::BlockDevice
source · pub struct BlockDevice {
pub name: String,
pub dm_name: Option<String>,
pub id: DeviceId,
pub parent: Option<DeviceId>,
}Expand description
a “block device”, that is a device listed in the /sys/block tree with a device id
Fields§
§name: String§dm_name: Option<String>a name for a /dev/mapper/ device
id: DeviceId§parent: Option<DeviceId>Trait Implementations§
source§impl Clone for BlockDevice
impl Clone for BlockDevice
source§fn clone(&self) -> BlockDevice
fn clone(&self) -> BlockDevice
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 moreAuto Trait Implementations§
impl RefUnwindSafe for BlockDevice
impl Send for BlockDevice
impl Sync for BlockDevice
impl Unpin for BlockDevice
impl UnwindSafe for BlockDevice
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