#[repr(C)]pub struct RTC_AlarmTypeDef {
pub AlarmTime: RTC_TimeTypeDef,
}Expand description
@brief RTC Alarm structure definition
Fields§
§AlarmTime: RTC_TimeTypeDef< Specifies the RTC Alarm Time members
Trait Implementations§
Source§impl Clone for RTC_AlarmTypeDef
impl Clone for RTC_AlarmTypeDef
Source§fn clone(&self) -> RTC_AlarmTypeDef
fn clone(&self) -> RTC_AlarmTypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RTC_AlarmTypeDef
Auto Trait Implementations§
impl Freeze for RTC_AlarmTypeDef
impl RefUnwindSafe for RTC_AlarmTypeDef
impl Send for RTC_AlarmTypeDef
impl Sync for RTC_AlarmTypeDef
impl Unpin for RTC_AlarmTypeDef
impl UnsafeUnpin for RTC_AlarmTypeDef
impl UnwindSafe for RTC_AlarmTypeDef
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