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