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