pub struct ChannelIndex {
pub start: usize,
pub size: usize,
}Available on crate feature
interface only.Expand description
Index in the buffers for a devices’ channel.
Fields§
§start: usizeStart index.
size: usizeEnd index.
Implementations§
Trait Implementations§
Source§impl Clone for ChannelIndex
impl Clone for ChannelIndex
Source§fn clone(&self) -> ChannelIndex
fn clone(&self) -> ChannelIndex
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 ChannelIndex
impl Debug for ChannelIndex
impl Copy for ChannelIndex
Auto Trait Implementations§
impl Freeze for ChannelIndex
impl RefUnwindSafe for ChannelIndex
impl Send for ChannelIndex
impl Sync for ChannelIndex
impl Unpin for ChannelIndex
impl UnwindSafe for ChannelIndex
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