#[repr(C)]pub struct ArrPtString {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut StringPtData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut StringPtDataTrait Implementations§
Source§impl Clone for ArrPtString
impl Clone for ArrPtString
Source§fn clone(&self) -> ArrPtString
fn clone(&self) -> ArrPtString
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArrPtString
impl Debug for ArrPtString
impl Copy for ArrPtString
Auto Trait Implementations§
impl Freeze for ArrPtString
impl RefUnwindSafe for ArrPtString
impl !Send for ArrPtString
impl !Sync for ArrPtString
impl Unpin for ArrPtString
impl UnwindSafe for ArrPtString
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