Struct webrtc_media::audio::Sample
source · pub struct Sample<Raw>(/* private fields */);
Trait Implementations§
source§impl<Raw: PartialEq> PartialEq for Sample<Raw>
impl<Raw: PartialEq> PartialEq for Sample<Raw>
impl<Raw: Copy> Copy for Sample<Raw>
impl<Raw: Eq> Eq for Sample<Raw>
impl<Raw> StructuralPartialEq for Sample<Raw>
Auto Trait Implementations§
impl<Raw> Freeze for Sample<Raw>where
Raw: Freeze,
impl<Raw> RefUnwindSafe for Sample<Raw>where
Raw: RefUnwindSafe,
impl<Raw> Send for Sample<Raw>where
Raw: Send,
impl<Raw> Sync for Sample<Raw>where
Raw: Sync,
impl<Raw> Unpin for Sample<Raw>where
Raw: Unpin,
impl<Raw> UnwindSafe for Sample<Raw>where
Raw: 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