Struct raknet::OrderingChannel
source · #[repr(transparent)]pub struct OrderingChannel(_);
Trait Implementations§
source§impl Clone for OrderingChannel
impl Clone for OrderingChannel
source§fn clone(&self) -> OrderingChannel
fn clone(&self) -> OrderingChannel
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 OrderingChannel
impl Debug for OrderingChannel
source§impl PartialEq<OrderingChannel> for OrderingChannel
impl PartialEq<OrderingChannel> for OrderingChannel
source§fn eq(&self, other: &OrderingChannel) -> bool
fn eq(&self, other: &OrderingChannel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OrderingChannel
impl Eq for OrderingChannel
impl StructuralEq for OrderingChannel
impl StructuralPartialEq for OrderingChannel
Auto Trait Implementations§
impl RefUnwindSafe for OrderingChannel
impl Send for OrderingChannel
impl Sync for OrderingChannel
impl Unpin for OrderingChannel
impl UnwindSafe for OrderingChannel
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