Struct windows_sys::Win32::System::HostComputeSystem::HCS_EVENT
[−]#[repr(C)]pub struct HCS_EVENT {
pub Type: HCS_EVENT_TYPE,
pub EventData: PCWSTR,
pub Operation: HCS_OPERATION,
}
Expand description
Required features: "Win32_System_HostComputeSystem"
Fields
Type: HCS_EVENT_TYPE
EventData: PCWSTR
Operation: HCS_OPERATION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HCS_EVENT
impl !Send for HCS_EVENT
impl !Sync for HCS_EVENT
impl Unpin for HCS_EVENT
impl UnwindSafe for HCS_EVENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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