pub struct EventCreateFlagBits(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for EventCreateFlagBits
impl BitAnd for EventCreateFlagBits
Source§impl BitAndAssign for EventCreateFlagBits
impl BitAndAssign for EventCreateFlagBits
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for EventCreateFlagBits
impl BitOr for EventCreateFlagBits
Source§impl BitOrAssign for EventCreateFlagBits
impl BitOrAssign for EventCreateFlagBits
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for EventCreateFlagBits
impl BitXor for EventCreateFlagBits
Source§impl BitXorAssign for EventCreateFlagBits
impl BitXorAssign for EventCreateFlagBits
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for EventCreateFlagBits
impl Clone for EventCreateFlagBits
Source§fn clone(&self) -> EventCreateFlagBits
fn clone(&self) -> EventCreateFlagBits
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 EventCreateFlagBits
impl Debug for EventCreateFlagBits
Source§impl Default for EventCreateFlagBits
impl Default for EventCreateFlagBits
Source§fn default() -> EventCreateFlagBits
fn default() -> EventCreateFlagBits
Returns the “default value” for a type. Read more
Source§impl Hash for EventCreateFlagBits
impl Hash for EventCreateFlagBits
Source§impl Not for EventCreateFlagBits
impl Not for EventCreateFlagBits
Source§impl Ord for EventCreateFlagBits
impl Ord for EventCreateFlagBits
Source§fn cmp(&self, other: &EventCreateFlagBits) -> Ordering
fn cmp(&self, other: &EventCreateFlagBits) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EventCreateFlagBits
impl PartialEq for EventCreateFlagBits
Source§impl PartialOrd for EventCreateFlagBits
impl PartialOrd for EventCreateFlagBits
impl Copy for EventCreateFlagBits
impl Eq for EventCreateFlagBits
impl StructuralPartialEq for EventCreateFlagBits
Auto Trait Implementations§
impl Freeze for EventCreateFlagBits
impl RefUnwindSafe for EventCreateFlagBits
impl Send for EventCreateFlagBits
impl Sync for EventCreateFlagBits
impl Unpin for EventCreateFlagBits
impl UnsafeUnpin for EventCreateFlagBits
impl UnwindSafe for EventCreateFlagBits
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