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