Union windows_sys::Win32::System::Threading::INIT_ONCE
#[repr(C)]
pub union INIT_ONCE {
pub Ptr: *mut c_void,
}
Fields§
§Ptr: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for INIT_ONCE
impl !Send for INIT_ONCE
impl !Sync for INIT_ONCE
impl Unpin for INIT_ONCE
impl UnwindSafe for INIT_ONCE
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