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