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