pub struct FilesystemDevice {
pub enabled: bool,
pub device: u64,
}Fields§
§enabled: bool§device: u64Implementations§
Auto Trait Implementations§
impl Freeze for FilesystemDevice
impl RefUnwindSafe for FilesystemDevice
impl Send for FilesystemDevice
impl Sync for FilesystemDevice
impl Unpin for FilesystemDevice
impl UnwindSafe for FilesystemDevice
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