#[repr(transparent)]pub struct SHFMT_OPT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Abi for SHFMT_OPT
impl Abi for SHFMT_OPT
Source§impl BitAndAssign for SHFMT_OPT
impl BitAndAssign for SHFMT_OPT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for SHFMT_OPT
impl BitOrAssign for SHFMT_OPT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: 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