Struct syscall::data::Event
[−]
[src]
pub struct Event {
pub id: usize,
pub flags: usize,
pub data: usize,
}Fields
id: usize
flags: usize
data: usize
Trait Implementations
impl Copy for Event[src]
impl Clone for Event[src]
fn clone(&self) -> Event[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for Event[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Default for Event[src]
impl Deref for Event[src]
type Target = [u8]
The resulting type after dereferencing.
fn deref(&self) -> &[u8][src]
Dereferences the value.