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