#[repr(C)]pub struct ETW_BUFFER_CONTEXT {
    pub u: ETW_BUFFER_CONTEXT_u,
    pub LoggerId: USHORT,
}Fields
u: ETW_BUFFER_CONTEXT_uLoggerId: USHORTTrait Implementations
sourceimpl Clone for ETW_BUFFER_CONTEXT
 
impl Clone for ETW_BUFFER_CONTEXT
sourcefn clone(&self) -> ETW_BUFFER_CONTEXT
 
fn clone(&self) -> ETW_BUFFER_CONTEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for ETW_BUFFER_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for ETW_BUFFER_CONTEXT
impl Send for ETW_BUFFER_CONTEXT
impl Sync for ETW_BUFFER_CONTEXT
impl Unpin for ETW_BUFFER_CONTEXT
impl UnwindSafe for ETW_BUFFER_CONTEXT
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