#[repr(C)]pub struct _SCM_REGION {
pub Version: DWORD,
pub Size: DWORD,
pub Flags: DWORD,
pub NfitHandle: DWORD,
pub LogicalDeviceGuid: GUID,
pub AddressRangeType: GUID,
pub AssociatedId: DWORD,
pub Length: DWORD64,
pub StartingDPA: DWORD64,
pub BaseSPA: DWORD64,
pub SPAOffset: DWORD64,
pub RegionOffset: DWORD64,
}
Fields§
§Version: DWORD
§Size: DWORD
§Flags: DWORD
§NfitHandle: DWORD
§LogicalDeviceGuid: GUID
§AddressRangeType: GUID
§AssociatedId: DWORD
§Length: DWORD64
§StartingDPA: DWORD64
§BaseSPA: DWORD64
§SPAOffset: DWORD64
§RegionOffset: DWORD64
Trait Implementations§
Source§impl Clone for _SCM_REGION
impl Clone for _SCM_REGION
Source§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 moreSource§impl Debug for _SCM_REGION
impl Debug for _SCM_REGION
Source§impl Ord for _SCM_REGION
impl Ord for _SCM_REGION
Source§fn cmp(&self, other: &_SCM_REGION) -> Ordering
fn cmp(&self, other: &_SCM_REGION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SCM_REGION
impl PartialEq for _SCM_REGION
Source§impl PartialOrd for _SCM_REGION
impl PartialOrd for _SCM_REGION
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