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