#[repr(C)]pub struct DecoderCmd { /* private fields */ }
Trait Implementations§
Source§impl Clone for DecoderCmd
impl Clone for DecoderCmd
Source§fn clone(&self) -> DecoderCmd
fn clone(&self) -> DecoderCmd
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DecoderCmd
Auto Trait Implementations§
impl Freeze for DecoderCmd
impl RefUnwindSafe for DecoderCmd
impl Send for DecoderCmd
impl Sync for DecoderCmd
impl Unpin for DecoderCmd
impl UnwindSafe for DecoderCmd
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