Struct windows_sys::Win32::System::Threading::RTL_CONDITION_VARIABLE
[−]Expand description
Required features: "Win32_System_Threading"
Fields
Ptr: *mut c_void
Trait Implementations
impl Clone for RTL_CONDITION_VARIABLE
impl Clone for RTL_CONDITION_VARIABLE
impl Copy for RTL_CONDITION_VARIABLE
Auto Trait Implementations
impl RefUnwindSafe for RTL_CONDITION_VARIABLE
impl !Send for RTL_CONDITION_VARIABLE
impl !Sync for RTL_CONDITION_VARIABLE
impl Unpin for RTL_CONDITION_VARIABLE
impl UnwindSafe for RTL_CONDITION_VARIABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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