#[repr(transparent)]pub struct opal_mbr_done_flag(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl opal_mbr_done_flag
impl opal_mbr_done_flag
pub const OPAL_MBR_NOT_DONE: opal_mbr_done_flag
Source§impl opal_mbr_done_flag
impl opal_mbr_done_flag
pub const OPAL_MBR_DONE: opal_mbr_done_flag
Trait Implementations§
Source§impl BitAnd for opal_mbr_done_flag
impl BitAnd for opal_mbr_done_flag
Source§impl BitAndAssign for opal_mbr_done_flag
impl BitAndAssign for opal_mbr_done_flag
Source§fn bitand_assign(&mut self, rhs: opal_mbr_done_flag)
fn bitand_assign(&mut self, rhs: opal_mbr_done_flag)
Performs the
&= operation. Read moreSource§impl BitOr for opal_mbr_done_flag
impl BitOr for opal_mbr_done_flag
Source§impl BitOrAssign for opal_mbr_done_flag
impl BitOrAssign for opal_mbr_done_flag
Source§fn bitor_assign(&mut self, rhs: opal_mbr_done_flag)
fn bitor_assign(&mut self, rhs: opal_mbr_done_flag)
Performs the
|= operation. Read moreSource§impl Clone for opal_mbr_done_flag
impl Clone for opal_mbr_done_flag
Source§fn clone(&self) -> opal_mbr_done_flag
fn clone(&self) -> opal_mbr_done_flag
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for opal_mbr_done_flag
impl Debug for opal_mbr_done_flag
Source§impl Hash for opal_mbr_done_flag
impl Hash for opal_mbr_done_flag
Source§impl PartialEq for opal_mbr_done_flag
impl PartialEq for opal_mbr_done_flag
impl Copy for opal_mbr_done_flag
impl Eq for opal_mbr_done_flag
impl StructuralPartialEq for opal_mbr_done_flag
Auto Trait Implementations§
impl Freeze for opal_mbr_done_flag
impl RefUnwindSafe for opal_mbr_done_flag
impl Send for opal_mbr_done_flag
impl Sync for opal_mbr_done_flag
impl Unpin for opal_mbr_done_flag
impl UnwindSafe for opal_mbr_done_flag
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