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