Struct jcm::EventCodeDetails
source · #[repr(C)]pub struct EventCodeDetails(pub EventCode);Expand description
Convenience struct to display details for EventCode.
Tuple Fields§
§0: EventCodeTrait Implementations§
source§impl Clone for EventCodeDetails
impl Clone for EventCodeDetails
source§fn clone(&self) -> EventCodeDetails
fn clone(&self) -> EventCodeDetails
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 EventCodeDetails
impl Debug for EventCodeDetails
source§impl Display for EventCodeDetails
impl Display for EventCodeDetails
source§impl From<&EventCodeDetails> for &'static str
impl From<&EventCodeDetails> for &'static str
source§fn from(val: &EventCodeDetails) -> Self
fn from(val: &EventCodeDetails) -> Self
Converts to this type from the input type.
source§impl From<EventCodeDetails> for &'static str
impl From<EventCodeDetails> for &'static str
source§fn from(val: EventCodeDetails) -> Self
fn from(val: EventCodeDetails) -> Self
Converts to this type from the input type.
source§impl PartialEq for EventCodeDetails
impl PartialEq for EventCodeDetails
source§fn eq(&self, other: &EventCodeDetails) -> bool
fn eq(&self, other: &EventCodeDetails) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EventCodeDetails
impl Eq for EventCodeDetails
impl StructuralPartialEq for EventCodeDetails
Auto Trait Implementations§
impl Freeze for EventCodeDetails
impl RefUnwindSafe for EventCodeDetails
impl Send for EventCodeDetails
impl Sync for EventCodeDetails
impl Unpin for EventCodeDetails
impl UnwindSafe for EventCodeDetails
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