pub struct Mode2 { /* private fields */ }Expand description
Clock/Calendar with Alarm
Implementations§
Source§impl Mode2
impl Mode2
Sourcepub fn alarm_iter(&self) -> impl Iterator<Item = &Alarm>
pub fn alarm_iter(&self) -> impl Iterator<Item = &Alarm>
Iterator for array of: 0x20 - MODE2 Alarm n Value
Sourcepub fn mask_iter(&self) -> impl Iterator<Item = &Mask>
pub fn mask_iter(&self) -> impl Iterator<Item = &Mask>
Iterator for array of: 0x24 - MODE2 Alarm n Mask
Auto Trait Implementations§
impl !Freeze for Mode2
impl !RefUnwindSafe for Mode2
impl Send for Mode2
impl !Sync for Mode2
impl Unpin for Mode2
impl UnwindSafe for Mode2
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