Struct hvdef::HvX64PendingShadowIptEvent
source · pub struct HvX64PendingShadowIptEvent(/* private fields */);
Implementations§
source§impl HvX64PendingShadowIptEvent
impl HvX64PendingShadowIptEvent
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..5
sourcepub const fn with_event_type(self, value: u8) -> Self
pub const fn with_event_type(self, value: u8) -> Self
Bits: 1..5
sourcepub fn set_event_type(&mut self, value: u8)
pub fn set_event_type(&mut self, value: u8)
Bits: 1..5
sourcepub const fn with_reserved0(self, value: u64) -> Self
pub const fn with_reserved0(self, value: u64) -> Self
Bits: 5..64
sourcepub fn set_reserved0(&mut self, value: u64)
pub fn set_reserved0(&mut self, value: u64)
Bits: 5..64
sourcepub const fn with_reserved1(self, value: u64) -> Self
pub const fn with_reserved1(self, value: u64) -> Self
Bits: 64..128
sourcepub fn set_reserved1(&mut self, value: u64)
pub fn set_reserved1(&mut self, value: u64)
Bits: 64..128
Trait Implementations§
source§impl Clone for HvX64PendingShadowIptEvent
impl Clone for HvX64PendingShadowIptEvent
source§fn clone(&self) -> HvX64PendingShadowIptEvent
fn clone(&self) -> HvX64PendingShadowIptEvent
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 HvX64PendingShadowIptEvent
impl Debug for HvX64PendingShadowIptEvent
source§impl Default for HvX64PendingShadowIptEvent
impl Default for HvX64PendingShadowIptEvent
source§impl From<HvX64PendingShadowIptEvent> for u128
impl From<HvX64PendingShadowIptEvent> for u128
source§fn from(v: HvX64PendingShadowIptEvent) -> u128
fn from(v: HvX64PendingShadowIptEvent) -> u128
Converts to this type from the input type.
source§impl From<u128> for HvX64PendingShadowIptEvent
impl From<u128> for HvX64PendingShadowIptEvent
impl Copy for HvX64PendingShadowIptEvent
Auto Trait Implementations§
impl Freeze for HvX64PendingShadowIptEvent
impl RefUnwindSafe for HvX64PendingShadowIptEvent
impl Send for HvX64PendingShadowIptEvent
impl Sync for HvX64PendingShadowIptEvent
impl Unpin for HvX64PendingShadowIptEvent
impl UnwindSafe for HvX64PendingShadowIptEvent
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
)