#[repr(C)]pub struct EncoderCmd { /* private fields */ }
Trait Implementations§
Source§impl Clone for EncoderCmd
impl Clone for EncoderCmd
Source§fn clone(&self) -> EncoderCmd
fn clone(&self) -> EncoderCmd
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 EncoderCmd
Auto Trait Implementations§
impl Freeze for EncoderCmd
impl RefUnwindSafe for EncoderCmd
impl Send for EncoderCmd
impl Sync for EncoderCmd
impl Unpin for EncoderCmd
impl UnwindSafe for EncoderCmd
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