#[repr(C)]pub struct _RTL_SRWLOCK {
pub Ptr: PVOID,
}
Fields§
§Ptr: PVOID
Trait Implementations§
Source§impl Clone for _RTL_SRWLOCK
impl Clone for _RTL_SRWLOCK
Source§fn clone(&self) -> _RTL_SRWLOCK
fn clone(&self) -> _RTL_SRWLOCK
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _RTL_SRWLOCK
impl Debug for _RTL_SRWLOCK
Source§impl Ord for _RTL_SRWLOCK
impl Ord for _RTL_SRWLOCK
Source§fn cmp(&self, other: &_RTL_SRWLOCK) -> Ordering
fn cmp(&self, other: &_RTL_SRWLOCK) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _RTL_SRWLOCK
impl PartialEq for _RTL_SRWLOCK
Source§impl PartialOrd for _RTL_SRWLOCK
impl PartialOrd for _RTL_SRWLOCK
impl Copy for _RTL_SRWLOCK
impl Eq for _RTL_SRWLOCK
impl StructuralPartialEq for _RTL_SRWLOCK
Auto Trait Implementations§
impl Freeze for _RTL_SRWLOCK
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