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