Struct hvdef::HvSynicSint
source · pub struct HvSynicSint(/* private fields */);
Implementations§
source§impl HvSynicSint
impl HvSynicSint
sourcepub const fn with_vector(self, value: u8) -> Self
pub const fn with_vector(self, value: u8) -> Self
Bits: 0..8
sourcepub fn set_vector(&mut self, value: u8)
pub fn set_vector(&mut self, value: u8)
Bits: 0..8
sourcepub const fn with_masked(self, value: bool) -> Self
pub const fn with_masked(self, value: bool) -> Self
Bits: 16..17
sourcepub fn set_masked(&mut self, value: bool)
pub fn set_masked(&mut self, value: bool)
Bits: 16..17
sourcepub const fn with_auto_eoi(self, value: bool) -> Self
pub const fn with_auto_eoi(self, value: bool) -> Self
Bits: 17..18
sourcepub fn set_auto_eoi(&mut self, value: bool)
pub fn set_auto_eoi(&mut self, value: bool)
Bits: 17..18
sourcepub const fn with_polling(self, value: bool) -> Self
pub const fn with_polling(self, value: bool) -> Self
Bits: 18..19
sourcepub fn set_polling(&mut self, value: bool)
pub fn set_polling(&mut self, value: bool)
Bits: 18..19
sourcepub const fn with_proxy(self, value: bool) -> Self
pub const fn with_proxy(self, value: bool) -> Self
Bits: 20..21
Trait Implementations§
source§impl Clone for HvSynicSint
impl Clone for HvSynicSint
source§fn clone(&self) -> HvSynicSint
fn clone(&self) -> HvSynicSint
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 HvSynicSint
impl Debug for HvSynicSint
source§impl Default for HvSynicSint
impl Default for HvSynicSint
source§impl From<HvSynicSint> for u64
impl From<HvSynicSint> for u64
source§fn from(v: HvSynicSint) -> u64
fn from(v: HvSynicSint) -> u64
Converts to this type from the input type.
source§impl From<u64> for HvSynicSint
impl From<u64> for HvSynicSint
impl Copy for HvSynicSint
Auto Trait Implementations§
impl Freeze for HvSynicSint
impl RefUnwindSafe for HvSynicSint
impl Send for HvSynicSint
impl Sync for HvSynicSint
impl Unpin for HvSynicSint
impl UnwindSafe for HvSynicSint
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
)