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