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