pub struct ChannelsChunk {
pub chunk: Chunk,
pub num_channels: Ushort,
pub ch_id: Vec<ID>,
}Fields§
§chunk: Chunk§num_channels: Ushort§ch_id: Vec<ID>Trait Implementations§
Source§impl Clone for ChannelsChunk
impl Clone for ChannelsChunk
Source§fn clone(&self) -> ChannelsChunk
fn clone(&self) -> ChannelsChunk
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 ChannelsChunk
impl Debug for ChannelsChunk
Auto Trait Implementations§
impl Freeze for ChannelsChunk
impl RefUnwindSafe for ChannelsChunk
impl Send for ChannelsChunk
impl Sync for ChannelsChunk
impl Unpin for ChannelsChunk
impl UnwindSafe for ChannelsChunk
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