Struct windows_sys::Win32::System::EventLog::EVENTLOG_FULL_INFORMATION
[−]#[repr(C)]pub struct EVENTLOG_FULL_INFORMATION {
pub dwFull: u32,
}
Expand description
Required features: "Win32_System_EventLog"
Fields
dwFull: u32
Trait Implementations
impl Clone for EVENTLOG_FULL_INFORMATION
impl Clone for EVENTLOG_FULL_INFORMATION
impl Copy for EVENTLOG_FULL_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for EVENTLOG_FULL_INFORMATION
impl Send for EVENTLOG_FULL_INFORMATION
impl Sync for EVENTLOG_FULL_INFORMATION
impl Unpin for EVENTLOG_FULL_INFORMATION
impl UnwindSafe for EVENTLOG_FULL_INFORMATION
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