pub struct DeviceNode {
pub metadata: InodeMetadata,
pub major: u32,
pub minor: u32,
}Fields§
§metadata: InodeMetadata§major: u32§minor: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceNode
impl RefUnwindSafe for DeviceNode
impl Send for DeviceNode
impl Sync for DeviceNode
impl Unpin for DeviceNode
impl UnsafeUnpin for DeviceNode
impl UnwindSafe for DeviceNode
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