pub struct Sig {
pub c: usize,
pub t: usize,
pub data: Vec<f32>,
}Expand description
A multi-channel signal [C, T].
Fields§
§c: usize§t: usize§data: Vec<f32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sig
impl RefUnwindSafe for Sig
impl Send for Sig
impl Sync for Sig
impl Unpin for Sig
impl UnsafeUnpin for Sig
impl UnwindSafe for Sig
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