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