#[repr(C)]pub struct SyroChannel {
pub CycleSample: [i16; 16],
pub LastPhase: c_int,
pub Lpf_z: i32,
}Fields§
§CycleSample: [i16; 16]§LastPhase: c_int§Lpf_z: i32Trait Implementations§
Source§impl Clone for SyroChannel
impl Clone for SyroChannel
Source§fn clone(&self) -> SyroChannel
fn clone(&self) -> SyroChannel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SyroChannel
impl Debug for SyroChannel
impl Copy for SyroChannel
Auto Trait Implementations§
impl Freeze for SyroChannel
impl RefUnwindSafe for SyroChannel
impl Send for SyroChannel
impl Sync for SyroChannel
impl Unpin for SyroChannel
impl UnwindSafe for SyroChannel
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