pub struct PPME_ASYNCEVENT_X {}
Trait Implementations§
Source§impl Clone for PPME_ASYNCEVENT_X
impl Clone for PPME_ASYNCEVENT_X
Source§fn clone(&self) -> PPME_ASYNCEVENT_X
fn clone(&self) -> PPME_ASYNCEVENT_X
Returns a copy 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 PPME_ASYNCEVENT_X
impl Debug for PPME_ASYNCEVENT_X
Source§impl EventPayload for PPME_ASYNCEVENT_X
impl EventPayload for PPME_ASYNCEVENT_X
Source§impl<'a> FromRawEvent<'a> for PPME_ASYNCEVENT_X
impl<'a> FromRawEvent<'a> for PPME_ASYNCEVENT_X
Source§impl PayloadToBytes for PPME_ASYNCEVENT_X
impl PayloadToBytes for PPME_ASYNCEVENT_X
impl Copy for PPME_ASYNCEVENT_X
Auto Trait Implementations§
impl Freeze for PPME_ASYNCEVENT_X
impl RefUnwindSafe for PPME_ASYNCEVENT_X
impl Send for PPME_ASYNCEVENT_X
impl Sync for PPME_ASYNCEVENT_X
impl Unpin for PPME_ASYNCEVENT_X
impl UnwindSafe for PPME_ASYNCEVENT_X
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