Struct windows_sys::Win32::NetworkManagement::NetManagement::ERROR_LOG
[−]#[repr(C)]pub struct ERROR_LOG {
pub el_len: u32,
pub el_reserved: u32,
pub el_time: u32,
pub el_error: u32,
pub el_name: PWSTR,
pub el_text: PWSTR,
pub el_data: *mut u8,
pub el_data_size: u32,
pub el_nstrings: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
el_len: u32
el_reserved: u32
el_time: u32
el_error: u32
el_name: PWSTR
el_text: PWSTR
el_data: *mut u8
el_data_size: u32
el_nstrings: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ERROR_LOG
impl !Send for ERROR_LOG
impl !Sync for ERROR_LOG
impl Unpin for ERROR_LOG
impl UnwindSafe for ERROR_LOG
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