#[repr(C)]pub struct SwsVector {
pub coeff: *mut f64,
pub length: c_int,
}
Fields§
§coeff: *mut f64
§length: c_int
Trait Implementations§
Auto Trait Implementations§
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