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