pub struct Plane<'a> { /* private fields */ }
Expand description
Audio plane. This is an array of audio sample data. Depending on the sample format, this can either be samples for a single channel, or for all channels multiplexed together.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Plane<'a>
impl<'a> RefUnwindSafe for Plane<'a>
impl<'a> !Send for Plane<'a>
impl<'a> !Sync for Plane<'a>
impl<'a> Unpin for Plane<'a>
impl<'a> UnwindSafe for Plane<'a>
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