Struct windows_sys::Win32::NetworkManagement::NetManagement::STD_ALERT
[−]#[repr(C)]pub struct STD_ALERT {
pub alrt_timestamp: u32,
pub alrt_eventname: [u16; 17],
pub alrt_servicename: [u16; 81],
}
Expand description
Required features: "Win32_NetworkManagement_NetManagement"
Fields
alrt_timestamp: u32
alrt_eventname: [u16; 17]
alrt_servicename: [u16; 81]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for STD_ALERT
impl Send for STD_ALERT
impl Sync for STD_ALERT
impl Unpin for STD_ALERT
impl UnwindSafe for STD_ALERT
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