#[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 (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 FuriHalRtcLocaleUnits
Source§impl Debug for FuriHalRtcLocaleUnits
impl Debug for FuriHalRtcLocaleUnits
impl Eq for FuriHalRtcLocaleUnits
Source§impl Hash for FuriHalRtcLocaleUnits
impl Hash for FuriHalRtcLocaleUnits
Source§impl PartialEq for FuriHalRtcLocaleUnits
impl PartialEq for FuriHalRtcLocaleUnits
Source§fn eq(&self, other: &FuriHalRtcLocaleUnits) -> bool
fn eq(&self, other: &FuriHalRtcLocaleUnits) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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