Struct windows::Wdk::System::SystemServices::KWAIT_CHAIN
#[repr(C)]pub struct KWAIT_CHAIN {
pub Head: *mut c_void,
}
Fields§
§Head: *mut c_void
Trait Implementations§
§impl Clone for KWAIT_CHAIN
impl Clone for KWAIT_CHAIN
§fn clone(&self) -> KWAIT_CHAIN
fn clone(&self) -> KWAIT_CHAIN
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 KWAIT_CHAIN
impl Debug for KWAIT_CHAIN
§impl PartialEq for KWAIT_CHAIN
impl PartialEq for KWAIT_CHAIN
§fn eq(&self, other: &KWAIT_CHAIN) -> bool
fn eq(&self, other: &KWAIT_CHAIN) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KWAIT_CHAIN
impl Eq for KWAIT_CHAIN
impl StructuralPartialEq for KWAIT_CHAIN
Auto Trait Implementations§
impl Freeze for KWAIT_CHAIN
impl RefUnwindSafe for KWAIT_CHAIN
impl !Send for KWAIT_CHAIN
impl !Sync for KWAIT_CHAIN
impl Unpin for KWAIT_CHAIN
impl UnwindSafe for KWAIT_CHAIN
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
)