#[repr(transparent)]pub struct FlipperApplicationLoadStatus(pub c_uchar);Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FlipperApplicationLoadStatus
impl Clone for FlipperApplicationLoadStatus
Source§fn clone(&self) -> FlipperApplicationLoadStatus
fn clone(&self) -> FlipperApplicationLoadStatus
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 FlipperApplicationLoadStatus
impl Debug for FlipperApplicationLoadStatus
Source§impl Hash for FlipperApplicationLoadStatus
impl Hash for FlipperApplicationLoadStatus
Source§impl PartialEq for FlipperApplicationLoadStatus
impl PartialEq for FlipperApplicationLoadStatus
Source§fn eq(&self, other: &FlipperApplicationLoadStatus) -> bool
fn eq(&self, other: &FlipperApplicationLoadStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for FlipperApplicationLoadStatus
impl Eq for FlipperApplicationLoadStatus
impl StructuralPartialEq for FlipperApplicationLoadStatus
Auto Trait Implementations§
impl Freeze for FlipperApplicationLoadStatus
impl RefUnwindSafe for FlipperApplicationLoadStatus
impl Send for FlipperApplicationLoadStatus
impl Sync for FlipperApplicationLoadStatus
impl Unpin for FlipperApplicationLoadStatus
impl UnwindSafe for FlipperApplicationLoadStatus
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