Struct lfs_core::BlockDevice [−][src]
Expand description
a “block device”, that is a device listed in the /sys/block tree with a device id
Fields
name: Stringid: DeviceIdparent: Option<DeviceId>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockDeviceimpl Send for BlockDeviceimpl Sync for BlockDeviceimpl Unpin for BlockDeviceimpl UnwindSafe for BlockDeviceBlanket Implementations
Mutably borrows from an owned value. Read more