#[repr(transparent)]pub struct StrPointer(pub *mut u8);Tuple Fields§
§0: *mut u8Implementations§
Trait Implementations§
Source§impl Clone for StrPointer
impl Clone for StrPointer
Source§fn clone(&self) -> StrPointer
fn clone(&self) -> StrPointer
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 StrPointer
Source§impl Debug for StrPointer
impl Debug for StrPointer
impl Eq for StrPointer
Source§impl Hash for StrPointer
impl Hash for StrPointer
Source§impl PartialEq for StrPointer
impl PartialEq for StrPointer
Source§fn eq(&self, other: &StrPointer) -> bool
fn eq(&self, other: &StrPointer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StrPointer
Auto Trait Implementations§
impl !Send for StrPointer
impl !Sync for StrPointer
impl Freeze for StrPointer
impl RefUnwindSafe for StrPointer
impl Unpin for StrPointer
impl UnsafeUnpin for StrPointer
impl UnwindSafe for StrPointer
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