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