pub struct ChannelMap {
pub channel_6: bool,
pub channel_44: bool,
pub channel_149: bool,
}Fields§
§channel_6: bool§channel_44: bool§channel_149: boolImplementations§
Trait Implementations§
Source§impl Clone for ChannelMap
impl Clone for ChannelMap
Source§fn clone(&self) -> ChannelMap
fn clone(&self) -> ChannelMap
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 ChannelMap
impl Debug for ChannelMap
Source§impl Default for ChannelMap
impl Default for ChannelMap
Source§fn default() -> ChannelMap
fn default() -> ChannelMap
Returns the “default value” for a type. Read more
Source§impl From<ChannelMap> for u128
impl From<ChannelMap> for u128
Source§fn from(value: ChannelMap) -> Self
fn from(value: ChannelMap) -> Self
Converts to this type from the input type.
Source§impl From<ChannelMap> for u16
impl From<ChannelMap> for u16
Source§fn from(value: ChannelMap) -> Self
fn from(value: ChannelMap) -> Self
Converts to this type from the input type.
Source§impl From<ChannelMap> for u32
impl From<ChannelMap> for u32
Source§fn from(value: ChannelMap) -> Self
fn from(value: ChannelMap) -> Self
Converts to this type from the input type.
Source§impl From<ChannelMap> for u64
impl From<ChannelMap> for u64
Source§fn from(value: ChannelMap) -> Self
fn from(value: ChannelMap) -> Self
Converts to this type from the input type.
Source§impl From<u128> for ChannelMap
impl From<u128> for ChannelMap
Source§impl From<u16> for ChannelMap
impl From<u16> for ChannelMap
Source§impl From<u32> for ChannelMap
impl From<u32> for ChannelMap
Source§impl From<u64> for ChannelMap
impl From<u64> for ChannelMap
Source§impl PartialEq for ChannelMap
impl PartialEq for ChannelMap
impl Copy for ChannelMap
impl Eq for ChannelMap
impl StructuralPartialEq for ChannelMap
Auto Trait Implementations§
impl Freeze for ChannelMap
impl RefUnwindSafe for ChannelMap
impl Send for ChannelMap
impl Sync for ChannelMap
impl Unpin for ChannelMap
impl UnwindSafe for ChannelMap
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