#[repr(C, packed(1))]pub struct WHV_ARM64_IC_PARAMETERS {
pub EmulationMode: WHV_ARM64_IC_EMULATION_MODE,
pub Reserved: u32,
pub GicV3Parameters: WHV_ARM64_IC_GIC_V3_PARAMETERS,
}
Fields§
§EmulationMode: WHV_ARM64_IC_EMULATION_MODE
§Reserved: u32
§GicV3Parameters: WHV_ARM64_IC_GIC_V3_PARAMETERS
Trait Implementations§
Source§impl Clone for WHV_ARM64_IC_PARAMETERS
impl Clone for WHV_ARM64_IC_PARAMETERS
Source§fn clone(&self) -> WHV_ARM64_IC_PARAMETERS
fn clone(&self) -> WHV_ARM64_IC_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 moreSource§impl Debug for WHV_ARM64_IC_PARAMETERS
impl Debug for WHV_ARM64_IC_PARAMETERS
impl Copy for WHV_ARM64_IC_PARAMETERS
Auto Trait Implementations§
impl Freeze for WHV_ARM64_IC_PARAMETERS
impl RefUnwindSafe for WHV_ARM64_IC_PARAMETERS
impl Send for WHV_ARM64_IC_PARAMETERS
impl Sync for WHV_ARM64_IC_PARAMETERS
impl Unpin for WHV_ARM64_IC_PARAMETERS
impl UnwindSafe for WHV_ARM64_IC_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