#[repr(C)]pub enum ResampleAlgorithmType {
Linear = 0,
Speex = 1,
}Variants§
Implementations§
Source§impl ResampleAlgorithmType
impl ResampleAlgorithmType
pub fn from_c(c_enum: ma_resample_algorithm) -> ResampleAlgorithmType
Trait Implementations§
Source§impl Clone for ResampleAlgorithmType
impl Clone for ResampleAlgorithmType
Source§fn clone(&self) -> ResampleAlgorithmType
fn clone(&self) -> ResampleAlgorithmType
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 PartialEq for ResampleAlgorithmType
impl PartialEq for ResampleAlgorithmType
impl Copy for ResampleAlgorithmType
impl Eq for ResampleAlgorithmType
impl StructuralPartialEq for ResampleAlgorithmType
Auto Trait Implementations§
impl Freeze for ResampleAlgorithmType
impl RefUnwindSafe for ResampleAlgorithmType
impl Send for ResampleAlgorithmType
impl Sync for ResampleAlgorithmType
impl Unpin for ResampleAlgorithmType
impl UnwindSafe for ResampleAlgorithmType
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