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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Event
[src]

[src]

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

impl Deref for Event
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Event
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl Send for Event

impl Sync for Event