#[repr(transparent)]pub struct FuriEventLoopEvent(pub c_uint);Expand description
Enumeration of event types, flags and masks.
Only one event direction (In or Out) can be used per subscription. An object can have no more than one subscription for each direction.
Additional flags that modify the behaviour can be set using the bitwise OR operation (see flag description).
Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl Clone for FuriEventLoopEvent
impl Clone for FuriEventLoopEvent
Source§fn clone(&self) -> FuriEventLoopEvent
fn clone(&self) -> FuriEventLoopEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FuriEventLoopEvent
impl Debug for FuriEventLoopEvent
Source§impl Hash for FuriEventLoopEvent
impl Hash for FuriEventLoopEvent
Source§impl PartialEq for FuriEventLoopEvent
impl PartialEq for FuriEventLoopEvent
impl Copy for FuriEventLoopEvent
impl Eq for FuriEventLoopEvent
impl StructuralPartialEq for FuriEventLoopEvent
Auto Trait Implementations§
impl Freeze for FuriEventLoopEvent
impl RefUnwindSafe for FuriEventLoopEvent
impl Send for FuriEventLoopEvent
impl Sync for FuriEventLoopEvent
impl Unpin for FuriEventLoopEvent
impl UnwindSafe for FuriEventLoopEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more