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: u32last_flags: u32offset: u32rec_offset: u32Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more