Struct windows::Win32::System::Ioctl::SCM_REGION
#[repr(C)]pub struct SCM_REGION {
pub Version: u32,
pub Size: u32,
pub Flags: u32,
pub NfitHandle: u32,
pub LogicalDeviceGuid: GUID,
pub AddressRangeType: GUID,
pub AssociatedId: u32,
pub Length: u64,
pub StartingDPA: u64,
pub BaseSPA: u64,
pub SPAOffset: u64,
pub RegionOffset: u64,
}
Fields§
§Version: u32
§Size: u32
§Flags: u32
§NfitHandle: u32
§LogicalDeviceGuid: GUID
§AddressRangeType: GUID
§AssociatedId: u32
§Length: u64
§StartingDPA: u64
§BaseSPA: u64
§SPAOffset: u64
§RegionOffset: u64
Trait Implementations§
§impl Clone for SCM_REGION
impl Clone for SCM_REGION
§fn clone(&self) -> SCM_REGION
fn clone(&self) -> SCM_REGION
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 SCM_REGION
impl Debug for SCM_REGION
§impl PartialEq for SCM_REGION
impl PartialEq for SCM_REGION
§fn eq(&self, other: &SCM_REGION) -> bool
fn eq(&self, other: &SCM_REGION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SCM_REGION
impl Eq for SCM_REGION
impl StructuralPartialEq for SCM_REGION
Auto Trait Implementations§
impl Freeze for SCM_REGION
impl RefUnwindSafe for SCM_REGION
impl Send for SCM_REGION
impl Sync for SCM_REGION
impl Unpin for SCM_REGION
impl UnwindSafe for SCM_REGION
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
)