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