[go: up one dir, main page]

Enum cloudabi::whence [] [src]

#[repr(u8)]
pub enum whence { CUR, END, SET, // some variants omitted }

Relative to which position the offset of the file descriptor should be set.

Variants

Seek relative to current position.

Seek relative to end-of-file.

Seek relative to start-of-file.

Trait Implementations

impl Copy for whence
[src]

impl Clone for whence
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for whence
[src]

impl PartialEq for whence
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for whence
[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 whence
[src]

[src]

Formats the value using the given formatter.