#[repr(C)]pub struct StereoSample {
pub left: f32,
pub right: f32,
}Fields§
§left: f32§right: f32Trait Implementations§
Source§impl Clone for StereoSample
impl Clone for StereoSample
Source§impl Debug for StereoSample
impl Debug for StereoSample
Source§impl ExternType for StereoSample
impl ExternType for StereoSample
Auto Trait Implementations§
impl Freeze for StereoSample
impl RefUnwindSafe for StereoSample
impl Send for StereoSample
impl Sync for StereoSample
impl Unpin for StereoSample
impl UnwindSafe for StereoSample
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