#[repr(u32)]pub enum PspEventFlagAttributes {
PSP_EVENT_WAITMULTIPLE = 512,
}Expand description
Event flag creation attributes
Variants§
PSP_EVENT_WAITMULTIPLE = 512
Trait Implementations§
Source§impl Clone for PspEventFlagAttributes
impl Clone for PspEventFlagAttributes
Source§fn clone(&self) -> PspEventFlagAttributes
fn clone(&self) -> PspEventFlagAttributes
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 PspEventFlagAttributes
impl Debug for PspEventFlagAttributes
Source§impl Hash for PspEventFlagAttributes
impl Hash for PspEventFlagAttributes
Source§impl PartialEq for PspEventFlagAttributes
impl PartialEq for PspEventFlagAttributes
impl Copy for PspEventFlagAttributes
impl Eq for PspEventFlagAttributes
impl StructuralPartialEq for PspEventFlagAttributes
Auto Trait Implementations§
impl Freeze for PspEventFlagAttributes
impl RefUnwindSafe for PspEventFlagAttributes
impl Send for PspEventFlagAttributes
impl Sync for PspEventFlagAttributes
impl Unpin for PspEventFlagAttributes
impl UnsafeUnpin for PspEventFlagAttributes
impl UnwindSafe for PspEventFlagAttributes
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