#[repr(u32)]pub enum EventFilterOffset {
Eot = 0,
Active = 1,
}Variants§
Trait Implementations§
Source§impl Clone for EventFilterOffset
impl Clone for EventFilterOffset
Source§fn clone(&self) -> EventFilterOffset
fn clone(&self) -> EventFilterOffset
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 moreimpl Copy for EventFilterOffset
Auto Trait Implementations§
impl Freeze for EventFilterOffset
impl RefUnwindSafe for EventFilterOffset
impl Send for EventFilterOffset
impl Sync for EventFilterOffset
impl Unpin for EventFilterOffset
impl UnwindSafe for EventFilterOffset
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