Enum gravity::_bindgen_ty_3 [] [src]

#[repr(u32)]
pub enum _bindgen_ty_3 { _PC_LINK_MAX, _PC_MAX_CANON, _PC_MAX_INPUT, _PC_NAME_MAX, _PC_PATH_MAX, _PC_PIPE_BUF, _PC_CHOWN_RESTRICTED, _PC_NO_TRUNC, _PC_VDISABLE, _PC_SYNC_IO, _PC_ASYNC_IO, _PC_PRIO_IO, _PC_SOCK_MAXBUF, _PC_FILESIZEBITS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE, _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, _PC_ALLOC_SIZE_MIN, _PC_SYMLINK_MAX, _PC_2_SYMLINKS, }

Variants

Trait Implementations

impl Debug for _bindgen_ty_3
[src]

Formats the value using the given formatter.

impl Copy for _bindgen_ty_3
[src]

impl Clone for _bindgen_ty_3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _bindgen_ty_3
[src]

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

This method tests for !=.

impl Eq for _bindgen_ty_3
[src]

impl Hash for _bindgen_ty_3
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.