pub struct EnetDecoder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Default for EnetDecoder
impl Default for EnetDecoder
Source§fn default() -> EnetDecoder
fn default() -> EnetDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnetDecoder
impl RefUnwindSafe for EnetDecoder
impl Send for EnetDecoder
impl Sync for EnetDecoder
impl Unpin for EnetDecoder
impl UnwindSafe for EnetDecoder
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