Struct SHFMT_OPT
#[repr(transparent)]pub struct SHFMT_OPT(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl BitAndAssign for SHFMT_OPT
 
impl BitAndAssign for SHFMT_OPT
§fn bitand_assign(&mut self, other: Self)
 
fn bitand_assign(&mut self, other: Self)
Performs the 
&= operation. Read more§impl BitOrAssign for SHFMT_OPT
 
impl BitOrAssign for SHFMT_OPT
§fn bitor_assign(&mut self, other: Self)
 
fn bitor_assign(&mut self, other: Self)
Performs the 
|= operation. Read moreimpl Copy for SHFMT_OPT
impl Eq for SHFMT_OPT
impl StructuralPartialEq for SHFMT_OPT
Auto Trait Implementations§
impl Freeze for SHFMT_OPT
impl RefUnwindSafe for SHFMT_OPT
impl Send for SHFMT_OPT
impl Sync for SHFMT_OPT
impl Unpin for SHFMT_OPT
impl UnwindSafe for SHFMT_OPT
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