Struct winapi::lmerrlog::HLOG [] [src]

pub struct HLOG {
    pub time: DWORD,
    pub last_flags: DWORD,
    pub offset: DWORD,
    pub rec_offset: DWORD,
}

Fields

time: DWORD last_flags: DWORD offset: DWORD rec_offset: DWORD

Trait Implementations

impl Debug for HLOG
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for HLOG
[src]

impl Clone for HLOG
[src]

fn clone(&self) -> HLOG

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more