[][src]Struct csound_sys::pvsdat_ext

#[repr(C)]
pub struct pvsdat_ext { pub N: c_int, pub sliding: c_int, pub NB: c_int, pub overlap: c_int, pub winsize: c_int, pub wintype: c_int, pub format: c_int, pub framecount: c_uint, pub frame: *mut c_float, }

Fields

N: c_intsliding: c_intNB: c_intoverlap: c_intwinsize: c_intwintype: c_intformat: c_intframecount: c_uintframe: *mut c_float

Trait Implementations

impl Clone for pvsdat_ext[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for pvsdat_ext[src]

impl Debug for pvsdat_ext[src]

Auto Trait Implementations

impl !Send for pvsdat_ext

impl !Sync for pvsdat_ext

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.