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