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
pub const SuppressExceptions: Self
pub const ForceExceptions: Self
pub const UseSetErrorInfo: Self
pub const SuppressSetErrorInfo: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more