Struct windows::Foundation::Diagnostics::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
§fn eq(&self, other: &ErrorOptions) -> bool
fn eq(&self, other: &ErrorOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)