#[repr(C, packed(1))]pub struct GB_huc3_rtc_time_t {
pub last_rtc_second: u64,
pub minutes: u16,
pub days: u16,
pub alarm_minutes: u16,
pub alarm_days: u16,
pub alarm_enabled: u8,
}Fields§
§last_rtc_second: u64§minutes: u16§days: u16§alarm_minutes: u16§alarm_days: u16§alarm_enabled: u8Trait Implementations§
Source§impl Clone for GB_huc3_rtc_time_t
impl Clone for GB_huc3_rtc_time_t
Source§fn clone(&self) -> GB_huc3_rtc_time_t
fn clone(&self) -> GB_huc3_rtc_time_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GB_huc3_rtc_time_t
impl Debug for GB_huc3_rtc_time_t
impl Copy for GB_huc3_rtc_time_t
Auto Trait Implementations§
impl Freeze for GB_huc3_rtc_time_t
impl RefUnwindSafe for GB_huc3_rtc_time_t
impl Send for GB_huc3_rtc_time_t
impl Sync for GB_huc3_rtc_time_t
impl Unpin for GB_huc3_rtc_time_t
impl UnwindSafe for GB_huc3_rtc_time_t
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