pub struct DeviceId {
    pub major: u32,
    pub minor: u32,
}Expand description
Id of a device, as can be found in MetadataExt.dev().
Fields§
§major: u32§minor: u32Implementations§
Trait Implementations§
source§impl Ord for DeviceId
 
impl Ord for DeviceId
source§impl PartialEq for DeviceId
 
impl PartialEq for DeviceId
source§impl PartialOrd for DeviceId
 
impl PartialOrd for DeviceId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for DeviceId
impl Eq for DeviceId
impl StructuralEq for DeviceId
impl StructuralPartialEq for DeviceId
Auto Trait Implementations§
impl RefUnwindSafe for DeviceId
impl Send for DeviceId
impl Sync for DeviceId
impl Unpin for DeviceId
impl UnwindSafe for DeviceId
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