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