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