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