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