pub struct ChannelctrlHighPriorityChannel(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChannelctrlHighPriorityChannel
impl Clone for ChannelctrlHighPriorityChannel
Source§fn clone(&self) -> ChannelctrlHighPriorityChannel
fn clone(&self) -> ChannelctrlHighPriorityChannel
Returns a duplicate 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 From<ChannelctrlHighPriorityChannel> for u8
impl From<ChannelctrlHighPriorityChannel> for u8
Source§fn from(val: ChannelctrlHighPriorityChannel) -> u8
fn from(val: ChannelctrlHighPriorityChannel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ChannelctrlHighPriorityChannel
impl From<u8> for ChannelctrlHighPriorityChannel
Source§fn from(val: u8) -> ChannelctrlHighPriorityChannel
fn from(val: u8) -> ChannelctrlHighPriorityChannel
Converts to this type from the input type.
Source§impl Ord for ChannelctrlHighPriorityChannel
impl Ord for ChannelctrlHighPriorityChannel
Source§fn cmp(&self, other: &ChannelctrlHighPriorityChannel) -> Ordering
fn cmp(&self, other: &ChannelctrlHighPriorityChannel) -> 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 for ChannelctrlHighPriorityChannel
impl PartialEq for ChannelctrlHighPriorityChannel
Source§fn eq(&self, other: &ChannelctrlHighPriorityChannel) -> bool
fn eq(&self, other: &ChannelctrlHighPriorityChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ChannelctrlHighPriorityChannel
impl PartialOrd for ChannelctrlHighPriorityChannel
impl Copy for ChannelctrlHighPriorityChannel
impl Eq for ChannelctrlHighPriorityChannel
impl StructuralPartialEq for ChannelctrlHighPriorityChannel
Auto Trait Implementations§
impl Freeze for ChannelctrlHighPriorityChannel
impl RefUnwindSafe for ChannelctrlHighPriorityChannel
impl Send for ChannelctrlHighPriorityChannel
impl Sync for ChannelctrlHighPriorityChannel
impl Unpin for ChannelctrlHighPriorityChannel
impl UnwindSafe for ChannelctrlHighPriorityChannel
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