Struct winapi::lmerrlog::ERROR_LOG
[−]
[src]
pub struct ERROR_LOG { pub el_len: DWORD, pub el_reserved: DWORD, pub el_time: DWORD, pub el_error: DWORD, pub el_name: LPWSTR, pub el_text: LPWSTR, pub el_data: LPBYTE, pub el_data_size: DWORD, pub el_nstrings: DWORD, }
Fields
el_len | |
el_reserved | |
el_time | |
el_error | |
el_name | |
el_text | |
el_data | |
el_data_size | |
el_nstrings |
Trait Implementations
impl Copy for ERROR_LOG
[src]
impl Clone for ERROR_LOG
[src]
fn clone(&self) -> ERROR_LOG
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