pub struct Alarm { /* private fields */ }
Implementations§
Source§impl Alarm
impl Alarm
pub fn new() -> Self
pub fn set_month_day(self, day: u32) -> Self
pub fn set_week_day(self, day: u32) -> Self
pub fn set_hours(self, val: u32) -> Self
pub fn set_minutes(self, val: u32) -> Self
pub fn set_seconds(self, val: u32) -> Self
pub fn set_subseconds(self, subseconds: u16, mask_bits: u8) -> Self
pub fn mask_day(self) -> Self
pub fn mask_hours(self) -> Self
pub fn mask_minutes(self) -> Self
pub fn mask_seconds(self) -> Self
Trait Implementations§
impl Eq for Alarm
impl StructuralPartialEq for Alarm
Auto Trait Implementations§
impl Freeze for Alarm
impl RefUnwindSafe for Alarm
impl Send for Alarm
impl Sync for Alarm
impl Unpin for Alarm
impl UnwindSafe for Alarm
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