pub struct DeviceNumbers { /* private fields */ }
Expand description
Major and minor numbers of a file.
Implementations§
Trait Implementations§
Source§impl Clone for DeviceNumbers
impl Clone for DeviceNumbers
Source§fn clone(&self) -> DeviceNumbers
fn clone(&self) -> DeviceNumbers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeviceNumbers
impl Debug for DeviceNumbers
Source§impl Default for DeviceNumbers
impl Default for DeviceNumbers
Source§fn default() -> DeviceNumbers
fn default() -> DeviceNumbers
Returns the “default value” for a type. Read more
Source§impl Display for DeviceNumbers
impl Display for DeviceNumbers
Source§impl FromStr for DeviceNumbers
impl FromStr for DeviceNumbers
impl Copy for DeviceNumbers
Auto Trait Implementations§
impl Freeze for DeviceNumbers
impl RefUnwindSafe for DeviceNumbers
impl Send for DeviceNumbers
impl Sync for DeviceNumbers
impl Unpin for DeviceNumbers
impl UnwindSafe for DeviceNumbers
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