[][src]Struct cloudabi::device

#[repr(C)]
pub struct device(pub u64);

Identifier for a device containing a file system. Can be used in combination with inode to uniquely identify a file on the local system.

Trait Implementations

impl Clone for device[src]

impl Copy for device[src]

impl Debug for device[src]

impl Eq for device[src]

impl Hash for device[src]

impl PartialEq<device> for device[src]

impl StructuralEq for device[src]

impl StructuralPartialEq for device[src]

Auto Trait Implementations

impl Send for device

impl Sync for device

impl Unpin for device

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.