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