Struct WSDEventType
#[repr(transparent)]pub struct WSDEventType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WSDEventType
impl Clone for WSDEventType
§fn clone(&self) -> WSDEventType
fn clone(&self) -> WSDEventType
Returns a copy 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 more§impl Debug for WSDEventType
impl Debug for WSDEventType
§impl Default for WSDEventType
impl Default for WSDEventType
§fn default() -> WSDEventType
fn default() -> WSDEventType
Returns the “default value” for a type. Read more
§impl PartialEq for WSDEventType
impl PartialEq for WSDEventType
impl Copy for WSDEventType
impl Eq for WSDEventType
impl StructuralPartialEq for WSDEventType
Auto Trait Implementations§
impl Freeze for WSDEventType
impl RefUnwindSafe for WSDEventType
impl Send for WSDEventType
impl Sync for WSDEventType
impl Unpin for WSDEventType
impl UnwindSafe for WSDEventType
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