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