#[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: DWORD64Trait 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 duplicate 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
impl Copy 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