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