pub struct SilkStereoState {
pub s_mid: [i16; 2],
pub s_side: [i16; 2],
pub left: i16,
pub side: Vec<i16>,
}Fields§
§s_mid: [i16; 2]§s_side: [i16; 2]§left: i16§side: Vec<i16>Trait Implementations§
Source§impl Clone for SilkStereoState
impl Clone for SilkStereoState
Source§fn clone(&self) -> SilkStereoState
fn clone(&self) -> SilkStereoState
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 Default for SilkStereoState
impl Default for SilkStereoState
Source§fn default() -> SilkStereoState
fn default() -> SilkStereoState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SilkStereoState
impl RefUnwindSafe for SilkStereoState
impl Send for SilkStereoState
impl Sync for SilkStereoState
impl Unpin for SilkStereoState
impl UnsafeUnpin for SilkStereoState
impl UnwindSafe for SilkStereoState
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