#[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 · 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 StrPointer
impl Debug for StrPointer
Source§impl Hash for StrPointer
impl Hash for StrPointer
Source§impl PartialEq for StrPointer
impl PartialEq for StrPointer
impl Copy for StrPointer
impl Eq for StrPointer
impl StructuralPartialEq for StrPointer
Auto Trait Implementations§
impl Freeze for StrPointer
impl RefUnwindSafe for StrPointer
impl !Send for StrPointer
impl !Sync for StrPointer
impl Unpin 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