pub struct ChannelMappingTable<const MAX_CHANNELS: usize> { /* private fields */ }Expand description
Channel mapping table.
Trait Implementations§
Source§impl<const MAX_CHANNELS: usize> Debug for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> Debug for ChannelMappingTable<MAX_CHANNELS>
Source§impl<const MAX_CHANNELS: usize> PartialEq for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> PartialEq for ChannelMappingTable<MAX_CHANNELS>
Source§fn eq(&self, other: &ChannelMappingTable<MAX_CHANNELS>) -> bool
fn eq(&self, other: &ChannelMappingTable<MAX_CHANNELS>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<const MAX_CHANNELS: usize> StructuralPartialEq for ChannelMappingTable<MAX_CHANNELS>
Auto Trait Implementations§
impl<const MAX_CHANNELS: usize> Freeze for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> RefUnwindSafe for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> Send for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> Sync for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> Unpin for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> UnsafeUnpin for ChannelMappingTable<MAX_CHANNELS>
impl<const MAX_CHANNELS: usize> UnwindSafe for ChannelMappingTable<MAX_CHANNELS>
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