Struct RO_ERROR_REPORTING_FLAGS
#[repr(transparent)]pub struct RO_ERROR_REPORTING_FLAGS(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl BitAnd for RO_ERROR_REPORTING_FLAGS
impl BitAnd for RO_ERROR_REPORTING_FLAGS
§impl BitAndAssign for RO_ERROR_REPORTING_FLAGS
impl BitAndAssign for RO_ERROR_REPORTING_FLAGS
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for RO_ERROR_REPORTING_FLAGS
impl BitOr for RO_ERROR_REPORTING_FLAGS
§impl BitOrAssign for RO_ERROR_REPORTING_FLAGS
impl BitOrAssign for RO_ERROR_REPORTING_FLAGS
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for RO_ERROR_REPORTING_FLAGS
impl Clone for RO_ERROR_REPORTING_FLAGS
§fn clone(&self) -> RO_ERROR_REPORTING_FLAGS
fn clone(&self) -> RO_ERROR_REPORTING_FLAGS
Returns a copy 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 more§impl Debug for RO_ERROR_REPORTING_FLAGS
impl Debug for RO_ERROR_REPORTING_FLAGS
§impl Default for RO_ERROR_REPORTING_FLAGS
impl Default for RO_ERROR_REPORTING_FLAGS
§fn default() -> RO_ERROR_REPORTING_FLAGS
fn default() -> RO_ERROR_REPORTING_FLAGS
Returns the “default value” for a type. Read more
§impl Not for RO_ERROR_REPORTING_FLAGS
impl Not for RO_ERROR_REPORTING_FLAGS
§impl PartialEq for RO_ERROR_REPORTING_FLAGS
impl PartialEq for RO_ERROR_REPORTING_FLAGS
impl Copy for RO_ERROR_REPORTING_FLAGS
impl Eq for RO_ERROR_REPORTING_FLAGS
impl StructuralPartialEq for RO_ERROR_REPORTING_FLAGS
Auto Trait Implementations§
impl Freeze for RO_ERROR_REPORTING_FLAGS
impl RefUnwindSafe for RO_ERROR_REPORTING_FLAGS
impl Send for RO_ERROR_REPORTING_FLAGS
impl Sync for RO_ERROR_REPORTING_FLAGS
impl Unpin for RO_ERROR_REPORTING_FLAGS
impl UnwindSafe for RO_ERROR_REPORTING_FLAGS
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