pub struct SamplerIndex(/* private fields */);Trait Implementations§
Source§impl Clone for SamplerIndex
impl Clone for SamplerIndex
Source§fn clone(&self) -> SamplerIndex
fn clone(&self) -> SamplerIndex
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 SamplerIndex
impl Debug for SamplerIndex
Source§impl Default for SamplerIndex
impl Default for SamplerIndex
Source§fn default() -> SamplerIndex
fn default() -> SamplerIndex
Returns the “default value” for a type. Read more
Source§impl Deref for SamplerIndex
impl Deref for SamplerIndex
Source§impl DerefMut for SamplerIndex
impl DerefMut for SamplerIndex
Source§impl<'de> Deserialize<'de> for SamplerIndex
impl<'de> Deserialize<'de> for SamplerIndex
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SamplerIndex
impl Display for SamplerIndex
Source§impl From<&SamplerIndex> for ShortIndex
impl From<&SamplerIndex> for ShortIndex
Source§fn from(value: &SamplerIndex) -> ShortIndex
fn from(value: &SamplerIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<SamplerIndex> for ShortIndex
impl From<SamplerIndex> for ShortIndex
Source§fn from(value: SamplerIndex) -> ShortIndex
fn from(value: SamplerIndex) -> ShortIndex
Converts to this type from the input type.
Source§impl From<SamplerIndex> for usize
impl From<SamplerIndex> for usize
Source§fn from(value: SamplerIndex) -> usize
fn from(value: SamplerIndex) -> usize
Converts to this type from the input type.
Source§impl From<usize> for SamplerIndex
impl From<usize> for SamplerIndex
Source§impl PartialEq for SamplerIndex
impl PartialEq for SamplerIndex
Source§impl Serialize for SamplerIndex
impl Serialize for SamplerIndex
impl Copy for SamplerIndex
impl Eq for SamplerIndex
impl StructuralPartialEq for SamplerIndex
Auto Trait Implementations§
impl Freeze for SamplerIndex
impl RefUnwindSafe for SamplerIndex
impl Send for SamplerIndex
impl Sync for SamplerIndex
impl Unpin for SamplerIndex
impl UnwindSafe for SamplerIndex
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