Struct windows_sys::Foundation::Diagnostics::LoggingOpcode
[−]#[repr(transparent)]pub struct LoggingOpcode(pub i32);
Expand description
Required features: ‘Foundation_Diagnostics’
Tuple Fields
0: i32
Implementations
impl LoggingOpcode
impl LoggingOpcode
Trait Implementations
impl Clone for LoggingOpcode
impl Clone for LoggingOpcode
impl Copy for LoggingOpcode
Auto Trait Implementations
impl RefUnwindSafe for LoggingOpcode
impl Send for LoggingOpcode
impl Sync for LoggingOpcode
impl Unpin for LoggingOpcode
impl UnwindSafe for LoggingOpcode
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