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