Struct winapi::lmerrlog::HLOG
[−]
[src]
pub struct HLOG { pub time: DWORD, pub last_flags: DWORD, pub offset: DWORD, pub rec_offset: DWORD, }
Fields
time | |
last_flags | |
offset | |
rec_offset |
Trait Implementations
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