#[repr(C, packed(1))]pub struct WHV_ARM64_IC_GIC_V3_PARAMETERS {
pub GicdBaseAddress: u64,
pub GitsTranslatorBaseAddress: u64,
pub Reserved: u32,
pub GicLpiIntIdBits: u32,
pub GicPpiOverflowInterruptFromCntv: u32,
pub GicPpiPerformanceMonitorsInterrupt: u32,
pub Reserved1: [u32; 6],
}
Fields§
§GicdBaseAddress: u64
§GitsTranslatorBaseAddress: u64
§Reserved: u32
§GicLpiIntIdBits: u32
§GicPpiOverflowInterruptFromCntv: u32
§GicPpiPerformanceMonitorsInterrupt: u32
§Reserved1: [u32; 6]
Trait Implementations§
Source§impl Clone for WHV_ARM64_IC_GIC_V3_PARAMETERS
impl Clone for WHV_ARM64_IC_GIC_V3_PARAMETERS
Source§fn clone(&self) -> WHV_ARM64_IC_GIC_V3_PARAMETERS
fn clone(&self) -> WHV_ARM64_IC_GIC_V3_PARAMETERS
Returns a copy 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 moreimpl Copy for WHV_ARM64_IC_GIC_V3_PARAMETERS
Auto Trait Implementations§
impl Freeze for WHV_ARM64_IC_GIC_V3_PARAMETERS
impl RefUnwindSafe for WHV_ARM64_IC_GIC_V3_PARAMETERS
impl Send for WHV_ARM64_IC_GIC_V3_PARAMETERS
impl Sync for WHV_ARM64_IC_GIC_V3_PARAMETERS
impl Unpin for WHV_ARM64_IC_GIC_V3_PARAMETERS
impl UnwindSafe for WHV_ARM64_IC_GIC_V3_PARAMETERS
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