Struct std::sys::windows::c::windows_sys::RTL_CONDITION_VARIABLE
source · #[repr(C)]pub struct RTL_CONDITION_VARIABLE {
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_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§
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