Struct cloudabi::device [] [src]

#[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 Copy for device
[src]

impl Clone for device
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for device
[src]

impl PartialEq for device
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for device
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for device
[src]

[src]

Formats the value using the given formatter.