Struct aarch64defs::gic::GicdTyper2
source · pub struct GicdTyper2(/* private fields */);
Implementations§
source§impl GicdTyper2
impl GicdTyper2
sourcepub const fn n_assgi_cap(&self) -> bool
pub const fn n_assgi_cap(&self) -> bool
Bits: 8..9
sourcepub const fn with_n_assgi_cap(self, value: bool) -> Self
pub const fn with_n_assgi_cap(self, value: bool) -> Self
Bits: 8..9
sourcepub fn set_n_assgi_cap(&mut self, value: bool)
pub fn set_n_assgi_cap(&mut self, value: bool)
Bits: 8..9
Trait Implementations§
source§impl Clone for GicdTyper2
impl Clone for GicdTyper2
source§fn clone(&self) -> GicdTyper2
fn clone(&self) -> GicdTyper2
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 GicdTyper2
impl Debug for GicdTyper2
source§impl Default for GicdTyper2
impl Default for GicdTyper2
source§impl From<GicdTyper2> for u32
impl From<GicdTyper2> for u32
source§fn from(v: GicdTyper2) -> u32
fn from(v: GicdTyper2) -> u32
Converts to this type from the input type.
source§impl From<u32> for GicdTyper2
impl From<u32> for GicdTyper2
impl Copy for GicdTyper2
Auto Trait Implementations§
impl Freeze for GicdTyper2
impl RefUnwindSafe for GicdTyper2
impl Send for GicdTyper2
impl Sync for GicdTyper2
impl Unpin for GicdTyper2
impl UnwindSafe for GicdTyper2
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
)