pub struct Amf0Decoder { /* private fields */ }Expand description
AMF0 decoder with lenient parsing mode
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Amf0Decoder
impl RefUnwindSafe for Amf0Decoder
impl Send for Amf0Decoder
impl Sync for Amf0Decoder
impl Unpin for Amf0Decoder
impl UnwindSafe for Amf0Decoder
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