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,
}Expand description
Required features: "Win32_System_Ioctl"
Fields
Version: u32Size: u32Flags: u32NfitHandle: u32LogicalDeviceGuid: GUIDAddressRangeType: GUIDAssociatedId: u32Length: u64StartingDPA: u64BaseSPA: u64SPAOffset: u64RegionOffset: 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more