Union std::sys::windows::c::windows_sys::RTL_RUN_ONCE
source · #[repr(C)]
pub union RTL_RUN_ONCE {
pub Ptr: *mut c_void,
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§Ptr: *mut c_void
🔬This is a nightly-only experimental API. (
windows_c
)Trait Implementations§
source§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§
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