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