Struct cloudabi::dircookie [] [src]

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

A reference to the offset of a directory entry.

Trait Implementations

impl Copy for dircookie
[src]

impl Clone for dircookie
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for dircookie
[src]

impl PartialEq for dircookie
[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 dircookie
[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 dircookie
[src]

[src]

Formats the value using the given formatter.