pub struct OggPage(/* private fields */);
Expand description
Contains a fully parsed OGG page.
Auto Trait Implementations§
impl Freeze for OggPage
impl RefUnwindSafe for OggPage
impl Send for OggPage
impl Sync for OggPage
impl Unpin for OggPage
impl UnwindSafe for OggPage
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