Struct windows_sys::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: u64Trait Implementations§
§impl Clone for SCM_REGION
impl Clone for SCM_REGION
impl Copy for SCM_REGION
Auto Trait Implementations§
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