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