Union windows_sys::Win32::System::Threading::RTL_RUN_ONCE
[−]Expand description
Required features: ‘Win32_System_Threading’
Fields
Ptr: *mut c_void
Trait Implementations
impl Clone for RTL_RUN_ONCE
impl Clone for RTL_RUN_ONCE
impl Copy for RTL_RUN_ONCE
Auto Trait Implementations
impl RefUnwindSafe for RTL_RUN_ONCE
impl !Send for RTL_RUN_ONCE
impl !Sync for RTL_RUN_ONCE
impl Unpin for RTL_RUN_ONCE
impl UnwindSafe for RTL_RUN_ONCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more