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,
}
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 Freeze for ERROR_LOG
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)