#[repr(transparent)]pub struct FuriHalRtcRegister(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalRtcRegister
impl Clone for FuriHalRtcRegister
Source§fn clone(&self) -> FuriHalRtcRegister
fn clone(&self) -> FuriHalRtcRegister
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 FuriHalRtcRegister
Source§impl Debug for FuriHalRtcRegister
impl Debug for FuriHalRtcRegister
impl Eq for FuriHalRtcRegister
Source§impl Hash for FuriHalRtcRegister
impl Hash for FuriHalRtcRegister
Source§impl PartialEq for FuriHalRtcRegister
impl PartialEq for FuriHalRtcRegister
Source§fn eq(&self, other: &FuriHalRtcRegister) -> bool
fn eq(&self, other: &FuriHalRtcRegister) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FuriHalRtcRegister
Auto Trait Implementations§
impl Freeze for FuriHalRtcRegister
impl RefUnwindSafe for FuriHalRtcRegister
impl Send for FuriHalRtcRegister
impl Sync for FuriHalRtcRegister
impl Unpin for FuriHalRtcRegister
impl UnsafeUnpin for FuriHalRtcRegister
impl UnwindSafe for FuriHalRtcRegister
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