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
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for Event[src]
impl Default for Event[src]
impl Deref for Event[src]
type Target = [u8]
The resulting type after dereferencing
fn deref(&self) -> &[u8]
The method called to dereference a value
impl DerefMut for Event[src]
fn deref_mut(&mut self) -> &mut [u8]
The method called to mutably dereference a value