Struct hvdef::HvX64PendingExtIntEvent
source · pub struct HvX64PendingExtIntEvent(/* private fields */);
Implementations§
source§impl HvX64PendingExtIntEvent
impl HvX64PendingExtIntEvent
sourcepub const fn event_pending(&self) -> bool
pub const fn event_pending(&self) -> bool
Bits: 0..1
sourcepub const fn with_event_pending(self, value: bool) -> Self
pub const fn with_event_pending(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_event_pending(&mut self, value: bool)
pub fn set_event_pending(&mut self, value: bool)
Bits: 0..1
sourcepub const fn event_type(&self) -> u8
pub const fn event_type(&self) -> u8
Bits: 1..4
sourcepub const fn with_event_type(self, value: u8) -> Self
pub const fn with_event_type(self, value: u8) -> Self
Bits: 1..4
sourcepub fn set_event_type(&mut self, value: u8)
pub fn set_event_type(&mut self, value: u8)
Bits: 1..4
sourcepub const fn with_reserved0(self, value: u8) -> Self
pub const fn with_reserved0(self, value: u8) -> Self
Bits: 4..8
sourcepub fn set_reserved0(&mut self, value: u8)
pub fn set_reserved0(&mut self, value: u8)
Bits: 4..8
sourcepub const fn with_vector(self, value: u8) -> Self
pub const fn with_vector(self, value: u8) -> Self
Bits: 8..16
sourcepub fn set_vector(&mut self, value: u8)
pub fn set_vector(&mut self, value: u8)
Bits: 8..16
sourcepub const fn with_reserved1(self, value: u64) -> Self
pub const fn with_reserved1(self, value: u64) -> Self
Bits: 16..64
sourcepub fn set_reserved1(&mut self, value: u64)
pub fn set_reserved1(&mut self, value: u64)
Bits: 16..64
sourcepub const fn with_reserved2(self, value: u64) -> Self
pub const fn with_reserved2(self, value: u64) -> Self
Bits: 64..128
sourcepub fn set_reserved2(&mut self, value: u64)
pub fn set_reserved2(&mut self, value: u64)
Bits: 64..128
Trait Implementations§
source§impl Clone for HvX64PendingExtIntEvent
impl Clone for HvX64PendingExtIntEvent
source§fn clone(&self) -> HvX64PendingExtIntEvent
fn clone(&self) -> HvX64PendingExtIntEvent
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 HvX64PendingExtIntEvent
impl Debug for HvX64PendingExtIntEvent
source§impl Default for HvX64PendingExtIntEvent
impl Default for HvX64PendingExtIntEvent
source§impl From<HvX64PendingExtIntEvent> for u128
impl From<HvX64PendingExtIntEvent> for u128
source§fn from(v: HvX64PendingExtIntEvent) -> u128
fn from(v: HvX64PendingExtIntEvent) -> u128
Converts to this type from the input type.
source§impl From<u128> for HvX64PendingExtIntEvent
impl From<u128> for HvX64PendingExtIntEvent
impl Copy for HvX64PendingExtIntEvent
Auto Trait Implementations§
impl Freeze for HvX64PendingExtIntEvent
impl RefUnwindSafe for HvX64PendingExtIntEvent
impl Send for HvX64PendingExtIntEvent
impl Sync for HvX64PendingExtIntEvent
impl Unpin for HvX64PendingExtIntEvent
impl UnwindSafe for HvX64PendingExtIntEvent
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)