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