Struct mkv_parser_kit::EbmlElement
source · pub struct EbmlElement { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for EbmlElement
impl RefUnwindSafe for EbmlElement
impl Send for EbmlElement
impl Sync for EbmlElement
impl Unpin for EbmlElement
impl UnwindSafe for EbmlElement
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