#[repr(C)]pub struct SwsVector {
pub coeff: *mut f64,
pub length: c_int,
}Fields§
§coeff: *mut f64< pointer to the list of coefficients
length: c_int< number of coefficients in the vector
trait 实现§
impl Copy for SwsVector
impl Eq for SwsVector
impl StructuralPartialEq for SwsVector
自动 trait 实现§
impl Freeze for SwsVector
impl RefUnwindSafe for SwsVector
impl !Send for SwsVector
impl !Sync for SwsVector
impl Unpin for SwsVector
impl UnsafeUnpin for SwsVector
impl UnwindSafe for SwsVector
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多