Struct libc_interface::kevent64_s[][src]

#[repr(C)]
pub struct kevent64_s { pub ident: uint64_t, pub filter: int16_t, pub flags: uint16_t, pub fflags: uint32_t, pub data: int64_t, pub udata: uint64_t, pub ext: [uint64_t; 2], }

Fields

Trait Implementations

impl Copy for kevent64_s
[src]

impl Clone for kevent64_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for kevent64_s

impl Sync for kevent64_s