Struct SwsVector
#[repr(C)]pub struct SwsVector {
pub coeff: *mut f64,
pub length: i32,
}
Fields§
§coeff: *mut f64
< pointer to the list of coefficients
length: i32
< number of coefficients in the vector
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SwsVector
impl RefUnwindSafe for SwsVector
impl !Send for SwsVector
impl !Sync for SwsVector
impl Unpin for SwsVector
impl UnwindSafe for SwsVector
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