Struct Devarch
#[repr(transparent)]pub struct Devarch(pub u32);
Expand description
Device Architecture register
Tuple Fields§
§0: u32
Implementations§
§impl Devarch
impl Devarch
pub const fn architecture(&self) -> bool
pub const fn architecture(&self) -> bool
Contains the CTI device architecture.
pub fn set_architecture(&mut self, val: bool)
pub fn set_architecture(&mut self, val: bool)
Contains the CTI device architecture.
Trait Implementations§
impl Copy for Devarch
impl Eq for Devarch
impl StructuralPartialEq for Devarch
Auto Trait Implementations§
impl Freeze for Devarch
impl RefUnwindSafe for Devarch
impl Send for Devarch
impl Sync for Devarch
impl Unpin for Devarch
impl UnwindSafe for Devarch
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