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