#[repr(transparent)]pub struct FuriHalRtcLocaleUnits(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalRtcLocaleUnits
impl Clone for FuriHalRtcLocaleUnits
Source§fn clone(&self) -> FuriHalRtcLocaleUnits
fn clone(&self) -> FuriHalRtcLocaleUnits
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 FuriHalRtcLocaleUnits
impl Debug for FuriHalRtcLocaleUnits
Source§impl Hash for FuriHalRtcLocaleUnits
impl Hash for FuriHalRtcLocaleUnits
Source§impl PartialEq for FuriHalRtcLocaleUnits
impl PartialEq for FuriHalRtcLocaleUnits
impl Copy for FuriHalRtcLocaleUnits
impl Eq for FuriHalRtcLocaleUnits
impl StructuralPartialEq for FuriHalRtcLocaleUnits
Auto Trait Implementations§
impl Freeze for FuriHalRtcLocaleUnits
impl RefUnwindSafe for FuriHalRtcLocaleUnits
impl Send for FuriHalRtcLocaleUnits
impl Sync for FuriHalRtcLocaleUnits
impl Unpin for FuriHalRtcLocaleUnits
impl UnwindSafe for FuriHalRtcLocaleUnits
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