Struct syscall::data::Event [] [src]

pub struct Event {
    pub id: usize,
    pub flags: usize,
    pub data: usize,
}

Fields

Trait Implementations

impl Copy for Event
[src]

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

Formats the value using the given formatter.

impl Default for Event
[src]

Returns the "default value" for a type. Read more

impl Deref for Event
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Event
[src]

The method called to mutably dereference a value