Struct wasix::BusEventType
source · #[repr(transparent)]pub struct BusEventType(_);Implementations§
Trait Implementations§
source§impl Clone for BusEventType
impl Clone for BusEventType
source§fn clone(&self) -> BusEventType
fn clone(&self) -> BusEventType
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 BusEventType
impl Debug for BusEventType
source§impl From<u8> for BusEventType
impl From<u8> for BusEventType
source§impl Hash for BusEventType
impl Hash for BusEventType
source§impl Ord for BusEventType
impl Ord for BusEventType
source§fn cmp(&self, other: &BusEventType) -> Ordering
fn cmp(&self, other: &BusEventType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<BusEventType> for BusEventType
impl PartialEq<BusEventType> for BusEventType
source§fn eq(&self, other: &BusEventType) -> bool
fn eq(&self, other: &BusEventType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<BusEventType> for BusEventType
impl PartialOrd<BusEventType> for BusEventType
source§fn partial_cmp(&self, other: &BusEventType) -> Option<Ordering>
fn partial_cmp(&self, other: &BusEventType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more