#[repr(C)]pub struct BFormat2D<S: Copy> {
pub w: S,
pub x: S,
pub y: S,
}
Fields§
§w: S
§x: S
§y: S
Trait Implementations§
Source§impl SampleFrame for BFormat2D<MuLawSample>
impl SampleFrame for BFormat2D<MuLawSample>
Source§impl SampleFrame for BFormat2D<f32>
impl SampleFrame for BFormat2D<f32>
Source§impl SampleFrame for BFormat2D<i16>
impl SampleFrame for BFormat2D<i16>
Source§impl SampleFrame for BFormat2D<u8>
impl SampleFrame for BFormat2D<u8>
impl<S: Copy + Copy> Copy for BFormat2D<S>
impl<S: Eq + Copy> Eq for BFormat2D<S>
impl<S: Copy> StructuralPartialEq for BFormat2D<S>
Auto Trait Implementations§
impl<S> Freeze for BFormat2D<S>where
S: Freeze,
impl<S> RefUnwindSafe for BFormat2D<S>where
S: RefUnwindSafe,
impl<S> Send for BFormat2D<S>where
S: Send,
impl<S> Sync for BFormat2D<S>where
S: Sync,
impl<S> Unpin for BFormat2D<S>where
S: Unpin,
impl<S> UnwindSafe for BFormat2D<S>where
S: UnwindSafe,
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