#[repr(transparent)]pub struct Devarch(pub u32);
Expand description
Device Architecture register
Tuple Fields§
§0: u32
Implementations§
Source§impl Devarch
impl Devarch
Sourcepub const fn architecture(&self) -> bool
pub const fn architecture(&self) -> bool
Contains the CTI device architecture.
Sourcepub 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
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
)