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