#[repr(C)]pub union GB_rtc_time_t {
pub __bindgen_anon_1: GB_rtc_time_t__bindgen_ty_1,
pub tpp1: GB_rtc_time_t__bindgen_ty_2,
pub data: [u8; 5],
}Fields§
§__bindgen_anon_1: GB_rtc_time_t__bindgen_ty_1§tpp1: GB_rtc_time_t__bindgen_ty_2§data: [u8; 5]Trait Implementations§
Source§impl Clone for GB_rtc_time_t
impl Clone for GB_rtc_time_t
Source§fn clone(&self) -> GB_rtc_time_t
fn clone(&self) -> GB_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 moreimpl Copy for GB_rtc_time_t
Auto Trait Implementations§
impl Freeze for GB_rtc_time_t
impl RefUnwindSafe for GB_rtc_time_t
impl Send for GB_rtc_time_t
impl Sync for GB_rtc_time_t
impl Unpin for GB_rtc_time_t
impl UnwindSafe for GB_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