#[repr(C)]pub struct device(pub u64);Expand description
Identifier for a device containing a file system. Can be used
in combination with inode to uniquely identify a file on the
local system.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for device
impl Eq for device
impl StructuralPartialEq for device
Auto Trait Implementations§
impl Freeze for device
impl RefUnwindSafe for device
impl Send for device
impl Sync for device
impl Unpin for device
impl UnwindSafe for device
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