Type Alias TriggerObject

Source
pub type TriggerObject = _TriggerObject;

Aliased Type§

union TriggerObject {
    pub as_pointer: *mut c_void,
    pub as_legacy_file: *mut __BindgenOpaqueArray<u64, 5>,
    pub as_file: *const File,
    pub as_futex: *mut _Futex,
}

Fields§

§as_pointer: *mut c_void§as_legacy_file: *mut __BindgenOpaqueArray<u64, 5>§as_file: *const File§as_futex: *mut _Futex

Trait Implementations

Source§

impl Clone for _TriggerObject

Source§

fn clone(&self) -> _TriggerObject

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for _TriggerObject