#[repr(transparent)]pub struct Win32Event {
pub handle: HANDLE,
}Fields§
§handle: HANDLEImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Sync for Win32Event
impl Freeze for Win32Event
impl RefUnwindSafe for Win32Event
impl Unpin for Win32Event
impl UnsafeUnpin for Win32Event
impl UnwindSafe for Win32Event
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