#[repr(C)]pub struct SherpaOnnxLinearResampler { /* private fields */ }
Trait Implementations§
Source§impl Clone for SherpaOnnxLinearResampler
impl Clone for SherpaOnnxLinearResampler
Source§fn clone(&self) -> SherpaOnnxLinearResampler
fn clone(&self) -> SherpaOnnxLinearResampler
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 SherpaOnnxLinearResampler
impl Debug for SherpaOnnxLinearResampler
impl Copy for SherpaOnnxLinearResampler
Auto Trait Implementations§
impl Freeze for SherpaOnnxLinearResampler
impl RefUnwindSafe for SherpaOnnxLinearResampler
impl Send for SherpaOnnxLinearResampler
impl Sync for SherpaOnnxLinearResampler
impl Unpin for SherpaOnnxLinearResampler
impl UnwindSafe for SherpaOnnxLinearResampler
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