pub struct TARGETINT { /* private fields */ }Expand description
Register block
Implementations§
Source§impl TARGETINT
impl TARGETINT
Sourcepub fn inten_iter(&self) -> impl Iterator<Item = &INTEN>
pub fn inten_iter(&self) -> impl Iterator<Item = &INTEN>
Iterator for array of: 0x00..0x10 - no description available
Sourcepub const fn inteninten0(&self) -> &INTEN
pub const fn inteninten0(&self) -> &INTEN
0x00 - no description available
Sourcepub const fn inteninten1(&self) -> &INTEN
pub const fn inteninten1(&self) -> &INTEN
0x04 - no description available
Sourcepub const fn inteninten2(&self) -> &INTEN
pub const fn inteninten2(&self) -> &INTEN
0x08 - no description available
Sourcepub const fn inteninten3(&self) -> &INTEN
pub const fn inteninten3(&self) -> &INTEN
0x0c - no description available
Auto Trait Implementations§
impl !Freeze for TARGETINT
impl !RefUnwindSafe for TARGETINT
impl Send for TARGETINT
impl !Sync for TARGETINT
impl Unpin for TARGETINT
impl UnwindSafe for TARGETINT
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