#[repr(C)]pub enum EventClearMode {
Manual = 0,
Auto = 1,
}Variants§
Trait Implementations§
Source§impl Clone for EventClearMode
impl Clone for EventClearMode
Source§fn clone(&self) -> EventClearMode
fn clone(&self) -> EventClearMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventClearMode
Source§impl Debug for EventClearMode
impl Debug for EventClearMode
impl Eq for EventClearMode
Source§impl PartialEq for EventClearMode
impl PartialEq for EventClearMode
Source§fn eq(&self, other: &EventClearMode) -> bool
fn eq(&self, other: &EventClearMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EventClearMode
Auto Trait Implementations§
impl Freeze for EventClearMode
impl RefUnwindSafe for EventClearMode
impl Send for EventClearMode
impl Sync for EventClearMode
impl Unpin for EventClearMode
impl UnsafeUnpin for EventClearMode
impl UnwindSafe for EventClearMode
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