Struct windows::Wdk::System::SystemServices::IO_REMOVE_LOCK_DBG_BLOCK
#[repr(C)]pub struct IO_REMOVE_LOCK_DBG_BLOCK {
pub Signature: i32,
pub HighWatermark: u32,
pub MaxLockedTicks: i64,
pub AllocateTag: i32,
pub LockList: LIST_ENTRY,
pub Spin: usize,
pub LowMemoryCount: i32,
pub Reserved1: [u32; 4],
pub Reserved2: *mut c_void,
pub Blocks: PIO_REMOVE_LOCK_TRACKING_BLOCK,
}
Fields§
§Signature: i32
§HighWatermark: u32
§MaxLockedTicks: i64
§AllocateTag: i32
§LockList: LIST_ENTRY
§Spin: usize
§LowMemoryCount: i32
§Reserved1: [u32; 4]
§Reserved2: *mut c_void
§Blocks: PIO_REMOVE_LOCK_TRACKING_BLOCK
Trait Implementations§
§impl Clone for IO_REMOVE_LOCK_DBG_BLOCK
impl Clone for IO_REMOVE_LOCK_DBG_BLOCK
§fn clone(&self) -> IO_REMOVE_LOCK_DBG_BLOCK
fn clone(&self) -> IO_REMOVE_LOCK_DBG_BLOCK
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 more§impl Debug for IO_REMOVE_LOCK_DBG_BLOCK
impl Debug for IO_REMOVE_LOCK_DBG_BLOCK
§impl Default for IO_REMOVE_LOCK_DBG_BLOCK
impl Default for IO_REMOVE_LOCK_DBG_BLOCK
§impl PartialEq for IO_REMOVE_LOCK_DBG_BLOCK
impl PartialEq for IO_REMOVE_LOCK_DBG_BLOCK
§fn eq(&self, other: &IO_REMOVE_LOCK_DBG_BLOCK) -> bool
fn eq(&self, other: &IO_REMOVE_LOCK_DBG_BLOCK) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for IO_REMOVE_LOCK_DBG_BLOCK
impl Eq for IO_REMOVE_LOCK_DBG_BLOCK
impl StructuralPartialEq for IO_REMOVE_LOCK_DBG_BLOCK
Auto Trait Implementations§
impl Freeze for IO_REMOVE_LOCK_DBG_BLOCK
impl RefUnwindSafe for IO_REMOVE_LOCK_DBG_BLOCK
impl !Send for IO_REMOVE_LOCK_DBG_BLOCK
impl !Sync for IO_REMOVE_LOCK_DBG_BLOCK
impl Unpin for IO_REMOVE_LOCK_DBG_BLOCK
impl UnwindSafe for IO_REMOVE_LOCK_DBG_BLOCK
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)