#[repr(C)]pub struct IRVirtualAddressRange {
pub StartAddress: u64,
pub SizeInBytes: u64,
}Fields§
§StartAddress: u64§SizeInBytes: u64Trait Implementations§
Source§impl Clone for IRVirtualAddressRange
impl Clone for IRVirtualAddressRange
Source§fn clone(&self) -> IRVirtualAddressRange
fn clone(&self) -> IRVirtualAddressRange
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 IRVirtualAddressRange
Source§impl Debug for IRVirtualAddressRange
impl Debug for IRVirtualAddressRange
Source§impl Default for IRVirtualAddressRange
impl Default for IRVirtualAddressRange
Source§fn default() -> IRVirtualAddressRange
fn default() -> IRVirtualAddressRange
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IRVirtualAddressRange
impl RefUnwindSafe for IRVirtualAddressRange
impl Send for IRVirtualAddressRange
impl Sync for IRVirtualAddressRange
impl Unpin for IRVirtualAddressRange
impl UnsafeUnpin for IRVirtualAddressRange
impl UnwindSafe for IRVirtualAddressRange
Blanket Implementations§
impl<T> AutoreleaseSafe for Twhere
T: ?Sized,
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