Struct SRWLOCK
#[repr(C)]pub struct SRWLOCK {
pub Ptr: *mut c_void,
}
Fields§
§Ptr: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SRWLOCK
impl RefUnwindSafe for SRWLOCK
impl !Send for SRWLOCK
impl !Sync for SRWLOCK
impl Unpin for SRWLOCK
impl UnwindSafe for 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