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 Freeze for STD_ALERT
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)