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