Struct windows_sys::Win32::NetworkManagement::NetManagement::HLOG
[−]#[repr(C)]pub struct HLOG {
pub time: u32,
pub last_flags: u32,
pub offset: u32,
pub rec_offset: u32,
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
time: u32
last_flags: u32
offset: u32
rec_offset: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HLOG
impl Send for HLOG
impl Sync for HLOG
impl Unpin for HLOG
impl UnwindSafe for HLOG
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