#[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§
Source§impl Abi for SCM_REGION
impl Abi for SCM_REGION
Source§type Abi = SCM_REGION
type Abi = SCM_REGION
The abi representation of the implementing type. Read more
type DefaultType = SCM_REGION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SCM_REGION
Source§impl Debug for SCM_REGION
impl Debug for SCM_REGION
Source§impl Default for SCM_REGION
impl Default for SCM_REGION
impl Eq 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 UnsafeUnpin 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