Struct cloudabi::fdstat [] [src]

#[repr(C)]
pub struct fdstat { pub fs_filetype: filetype, pub fs_flags: fdflags, pub fs_rights_base: rights, pub fs_rights_inheriting: rights, }

File descriptor attributes.

Fields

File type.

File descriptor flags.

Rights that apply to this file descriptor.

Maximum set of rights that can be installed on new file descriptors that are created through this file descriptor, e.g., through file_open().

Trait Implementations

impl Copy for fdstat
[src]

impl Clone for fdstat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more