Struct voicemeeter::types::ChannelIndex
source · 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: usize
Start index.
size: usize
End index.
Implementations§
Trait Implementations§
source§impl Clone for ChannelIndex
impl Clone for ChannelIndex
source§fn clone(&self) -> ChannelIndex
fn clone(&self) -> ChannelIndex
Returns a copy 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 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