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