Struct voicemeeter::types::ZIndex
source · pub struct ZIndex(/* private fields */);
Available on crate feature
interface
only.Expand description
A Zero Indexed Index
Trait Implementations§
source§impl BusIndex for ZIndex
impl BusIndex for ZIndex
source§fn into_bus_index(
self,
_: &VoicemeeterApplication
) -> Result<ZIndex, ParameterError>
fn into_bus_index( self, _: &VoicemeeterApplication ) -> Result<ZIndex, ParameterError>
Get the bus index
source§impl PartialEq for ZIndex
impl PartialEq for ZIndex
source§impl StripIndex for ZIndex
impl StripIndex for ZIndex
source§fn into_strip_index(
self,
_: &VoicemeeterApplication
) -> Result<ZIndex, ParameterError>
fn into_strip_index( self, _: &VoicemeeterApplication ) -> Result<ZIndex, ParameterError>
Get the strip index
impl Copy for ZIndex
impl Eq for ZIndex
impl StructuralPartialEq for ZIndex
Auto Trait Implementations§
impl RefUnwindSafe for ZIndex
impl Send for ZIndex
impl Sync for ZIndex
impl Unpin for ZIndex
impl UnwindSafe for ZIndex
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