Struct windows_sys::Wdk::System::SystemServices::IO_ERROR_LOG_MESSAGE
#[repr(C)]pub struct IO_ERROR_LOG_MESSAGE {
pub Type: u16,
pub Size: u16,
pub DriverNameLength: u16,
pub TimeStamp: i64,
pub DriverNameOffset: u32,
pub EntryData: IO_ERROR_LOG_PACKET,
}Expand description
Required features: "Win32_Foundation"
Fields§
§Type: u16§Size: u16§DriverNameLength: u16§TimeStamp: i64§DriverNameOffset: u32§EntryData: IO_ERROR_LOG_PACKETTrait Implementations§
§impl Clone for IO_ERROR_LOG_MESSAGE
impl Clone for IO_ERROR_LOG_MESSAGE
impl Copy for IO_ERROR_LOG_MESSAGE
Auto Trait Implementations§
impl RefUnwindSafe for IO_ERROR_LOG_MESSAGE
impl Send for IO_ERROR_LOG_MESSAGE
impl Sync for IO_ERROR_LOG_MESSAGE
impl Unpin for IO_ERROR_LOG_MESSAGE
impl UnwindSafe for IO_ERROR_LOG_MESSAGE
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