pub struct DeviceNode {
pub metadata: InodeMetadata,
pub major: u32,
pub minor: u32,
}Fields§
§metadata: InodeMetadata§major: u32§minor: u32Trait Implementations§
Source§impl Clone for DeviceNode
impl Clone for DeviceNode
Source§fn clone(&self) -> DeviceNode
fn clone(&self) -> DeviceNode
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 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