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