#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FuriHalRtcLocaleTimeFormat
Source§impl Debug for FuriHalRtcLocaleTimeFormat
impl Debug for FuriHalRtcLocaleTimeFormat
impl Eq for FuriHalRtcLocaleTimeFormat
Source§impl Hash for FuriHalRtcLocaleTimeFormat
impl Hash for FuriHalRtcLocaleTimeFormat
Source§impl PartialEq for FuriHalRtcLocaleTimeFormat
impl PartialEq for FuriHalRtcLocaleTimeFormat
Source§fn eq(&self, other: &FuriHalRtcLocaleTimeFormat) -> bool
fn eq(&self, other: &FuriHalRtcLocaleTimeFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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