#[repr(C)]pub struct SherpaOnnxResampleOut {
pub samples: *const f32,
pub n: i32,
}
Fields§
§samples: *const f32
§n: i32
Trait Implementations§
Source§impl Clone for SherpaOnnxResampleOut
impl Clone for SherpaOnnxResampleOut
Source§fn clone(&self) -> SherpaOnnxResampleOut
fn clone(&self) -> SherpaOnnxResampleOut
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 SherpaOnnxResampleOut
impl Debug for SherpaOnnxResampleOut
impl Copy for SherpaOnnxResampleOut
Auto Trait Implementations§
impl Freeze for SherpaOnnxResampleOut
impl RefUnwindSafe for SherpaOnnxResampleOut
impl !Send for SherpaOnnxResampleOut
impl !Sync for SherpaOnnxResampleOut
impl Unpin for SherpaOnnxResampleOut
impl UnwindSafe for SherpaOnnxResampleOut
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