Struct cloudabi::lookup [] [src]

#[repr(C)]
pub struct lookup { pub fd: fd, pub flags: lookupflags, }

Path lookup properties.

Fields

The working directory at which the resolution of the path starts.

Flags determining the method of how the path is resolved.

Trait Implementations

impl Copy for lookup
[src]

impl Clone for lookup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more