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: DWORD el_reserved: DWORD el_time: DWORD el_error: DWORD el_name: LPWSTR el_text: LPWSTR el_data: LPBYTE el_data_size: DWORD el_nstrings: DWORD

Trait Implementations

impl Debug for ERROR_LOG
[src]

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

Formats the value using the given formatter.

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