pub struct ImplUnsafe;Expand description
Implementation which provides direct (unsafe) access to stored entries.
For example usage of default implementation see:
UnsafeContiguousMemory
Trait Implementations§
Source§impl Clone for ImplUnsafe
impl Clone for ImplUnsafe
Source§fn clone(&self) -> ImplUnsafe
fn clone(&self) -> ImplUnsafe
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 ImplUnsafe
impl Debug for ImplUnsafe
Source§impl PartialEq for ImplUnsafe
impl PartialEq for ImplUnsafe
impl Copy for ImplUnsafe
impl Eq for ImplUnsafe
impl StructuralPartialEq for ImplUnsafe
Auto Trait Implementations§
impl Freeze for ImplUnsafe
impl RefUnwindSafe for ImplUnsafe
impl Send for ImplUnsafe
impl Sync for ImplUnsafe
impl Unpin for ImplUnsafe
impl UnwindSafe for ImplUnsafe
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