pub struct OpaqueWide { /* private fields */ }Implementations§
Source§impl OpaqueWide
impl OpaqueWide
Trait Implementations§
Source§impl Clone for OpaqueWide
impl Clone for OpaqueWide
Source§fn clone(&self) -> OpaqueWide
fn clone(&self) -> OpaqueWide
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpaqueWide
Auto Trait Implementations§
impl !Send for OpaqueWide
impl !Sync for OpaqueWide
impl Freeze for OpaqueWide
impl RefUnwindSafe for OpaqueWide
impl Unpin for OpaqueWide
impl UnsafeUnpin for OpaqueWide
impl UnwindSafe for OpaqueWide
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