Struct ACTIVATEOPTIONS
#[repr(transparent)]pub struct ACTIVATEOPTIONS(pub i32);Tuple Fields§
§0: i32Implementations§
§impl ACTIVATEOPTIONS
 
impl ACTIVATEOPTIONS
Trait Implementations§
§impl BitAnd for ACTIVATEOPTIONS
 
impl BitAnd for ACTIVATEOPTIONS
§impl BitAndAssign for ACTIVATEOPTIONS
 
impl BitAndAssign for ACTIVATEOPTIONS
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOr for ACTIVATEOPTIONS
 
impl BitOr for ACTIVATEOPTIONS
§impl BitOrAssign for ACTIVATEOPTIONS
 
impl BitOrAssign for ACTIVATEOPTIONS
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read more§impl Clone for ACTIVATEOPTIONS
 
impl Clone for ACTIVATEOPTIONS
§fn clone(&self) -> ACTIVATEOPTIONS
 
fn clone(&self) -> ACTIVATEOPTIONS
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 ACTIVATEOPTIONS
 
impl Debug for ACTIVATEOPTIONS
§impl Default for ACTIVATEOPTIONS
 
impl Default for ACTIVATEOPTIONS
§fn default() -> ACTIVATEOPTIONS
 
fn default() -> ACTIVATEOPTIONS
Returns the “default value” for a type. Read more
§impl Not for ACTIVATEOPTIONS
 
impl Not for ACTIVATEOPTIONS
§impl PartialEq for ACTIVATEOPTIONS
 
impl PartialEq for ACTIVATEOPTIONS
impl Copy for ACTIVATEOPTIONS
impl Eq for ACTIVATEOPTIONS
impl StructuralPartialEq for ACTIVATEOPTIONS
Auto Trait Implementations§
impl Freeze for ACTIVATEOPTIONS
impl RefUnwindSafe for ACTIVATEOPTIONS
impl Send for ACTIVATEOPTIONS
impl Sync for ACTIVATEOPTIONS
impl Unpin for ACTIVATEOPTIONS
impl UnwindSafe for ACTIVATEOPTIONS
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