Struct meru_interface::AudioSample
source · [−]Fields
left: i16
right: i16
Implementations
Trait Implementations
sourceimpl Clone for AudioSample
impl Clone for AudioSample
sourcefn clone(&self) -> AudioSample
fn clone(&self) -> AudioSample
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for AudioSample
impl Default for AudioSample
sourcefn default() -> AudioSample
fn default() -> AudioSample
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AudioSample
impl<'de> Deserialize<'de> for AudioSample
sourcefn 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
sourceimpl PartialEq<AudioSample> for AudioSample
impl PartialEq<AudioSample> for AudioSample
sourcefn eq(&self, other: &AudioSample) -> bool
fn eq(&self, other: &AudioSample) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for AudioSample
impl Serialize for AudioSample
impl Eq for AudioSample
impl StructuralEq for AudioSample
impl StructuralPartialEq for AudioSample
Auto Trait Implementations
impl RefUnwindSafe for AudioSample
impl Send for AudioSample
impl Sync for AudioSample
impl Unpin for AudioSample
impl UnwindSafe for AudioSample
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more