pub struct ChannelctrlTogEnableChannel(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ChannelctrlTogEnableChannel
impl Clone for ChannelctrlTogEnableChannel
Source§fn clone(&self) -> ChannelctrlTogEnableChannel
fn clone(&self) -> ChannelctrlTogEnableChannel
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 Debug for ChannelctrlTogEnableChannel
impl Debug for ChannelctrlTogEnableChannel
Source§impl From<ChannelctrlTogEnableChannel> for u8
impl From<ChannelctrlTogEnableChannel> for u8
Source§fn from(val: ChannelctrlTogEnableChannel) -> u8
fn from(val: ChannelctrlTogEnableChannel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ChannelctrlTogEnableChannel
impl From<u8> for ChannelctrlTogEnableChannel
Source§fn from(val: u8) -> ChannelctrlTogEnableChannel
fn from(val: u8) -> ChannelctrlTogEnableChannel
Converts to this type from the input type.
Source§impl Ord for ChannelctrlTogEnableChannel
impl Ord for ChannelctrlTogEnableChannel
Source§fn cmp(&self, other: &ChannelctrlTogEnableChannel) -> Ordering
fn cmp(&self, other: &ChannelctrlTogEnableChannel) -> 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 PartialOrd for ChannelctrlTogEnableChannel
impl PartialOrd for ChannelctrlTogEnableChannel
impl Copy for ChannelctrlTogEnableChannel
impl Eq for ChannelctrlTogEnableChannel
impl StructuralPartialEq for ChannelctrlTogEnableChannel
Auto Trait Implementations§
impl Freeze for ChannelctrlTogEnableChannel
impl RefUnwindSafe for ChannelctrlTogEnableChannel
impl Send for ChannelctrlTogEnableChannel
impl Sync for ChannelctrlTogEnableChannel
impl Unpin for ChannelctrlTogEnableChannel
impl UnwindSafe for ChannelctrlTogEnableChannel
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