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