Struct ross_protocol::event::configurator::ConfiguratorHelloEvent
source · [−]pub struct ConfiguratorHelloEvent {}Trait Implementations
sourceimpl ConvertPacket<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
impl ConvertPacket<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
fn try_from_packet(packet: &Packet) -> Result<Self, ConvertPacketError>
fn to_packet(&self) -> Packet
sourceimpl Debug for ConfiguratorHelloEvent
impl Debug for ConfiguratorHelloEvent
sourceimpl Ord for ConfiguratorHelloEvent
impl Ord for ConfiguratorHelloEvent
sourcefn cmp(&self, other: &ConfiguratorHelloEvent) -> Ordering
fn cmp(&self, other: &ConfiguratorHelloEvent) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
impl PartialEq<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
sourcefn eq(&self, other: &ConfiguratorHelloEvent) -> bool
fn eq(&self, other: &ConfiguratorHelloEvent) -> bool
sourceimpl PartialOrd<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
impl PartialOrd<ConfiguratorHelloEvent> for ConfiguratorHelloEvent
sourcefn partial_cmp(&self, other: &ConfiguratorHelloEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &ConfiguratorHelloEvent) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const 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 moreimpl Eq for ConfiguratorHelloEvent
impl StructuralEq for ConfiguratorHelloEvent
impl StructuralPartialEq for ConfiguratorHelloEvent
Auto Trait Implementations
impl RefUnwindSafe for ConfiguratorHelloEvent
impl Send for ConfiguratorHelloEvent
impl Sync for ConfiguratorHelloEvent
impl Unpin for ConfiguratorHelloEvent
impl UnwindSafe for ConfiguratorHelloEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more