Struct LOCK_STATE
#[repr(C)]pub struct LOCK_STATE {
pub LockState: u16,
pub OldIrql: u8,
}
Fields§
§LockState: u16
§OldIrql: u8
Trait Implementations§
§impl Clone for LOCK_STATE
impl Clone for LOCK_STATE
§fn clone(&self) -> LOCK_STATE
fn clone(&self) -> LOCK_STATE
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 moreimpl Copy for LOCK_STATE
Auto Trait Implementations§
impl Freeze for LOCK_STATE
impl RefUnwindSafe for LOCK_STATE
impl Send for LOCK_STATE
impl Sync for LOCK_STATE
impl Unpin for LOCK_STATE
impl UnwindSafe for LOCK_STATE
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