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