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],
}
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§
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