Struct windows_sys::Foundation::Diagnostics::ErrorOptions
[−]#[repr(transparent)]pub struct ErrorOptions(pub u32);
Expand description
Required features: "Foundation_Diagnostics"
Tuple Fields
0: u32
Implementations
impl ErrorOptions
impl ErrorOptions
pub const None: Self = Self(0u32)
pub const SuppressExceptions: Self = Self(1u32)
pub const ForceExceptions: Self = Self(2u32)
pub const UseSetErrorInfo: Self = Self(4u32)
pub const SuppressSetErrorInfo: Self = Self(8u32)
Trait Implementations
impl Clone for ErrorOptions
impl Clone for ErrorOptions
impl Copy for ErrorOptions
Auto Trait Implementations
impl RefUnwindSafe for ErrorOptions
impl Send for ErrorOptions
impl Sync for ErrorOptions
impl Unpin for ErrorOptions
impl UnwindSafe for ErrorOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more