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