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