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 UnsafeUnpin 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