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