#[repr(C)]pub struct TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL {
    pub MajorVersion: UCHAR,
    pub MinorVersion: UCHAR,
    pub SubVersion: UCHAR,
    pub SubMinorVersion: UCHAR,
}Fields
MajorVersion: UCHARMinorVersion: UCHARSubVersion: UCHARSubMinorVersion: UCHARTrait Implementations
sourceimpl Clone for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
 
impl Clone for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
sourcefn clone(&self) -> TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
 
fn clone(&self) -> TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
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 TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
Auto Trait Implementations
impl RefUnwindSafe for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
impl Send for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
impl Sync for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
impl Unpin for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
impl UnwindSafe for TRACE_LOGFILE_HEADER_u1_VERSIONDETAIL
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