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