#[repr(C)]pub struct StringPtData {
pub elem: [*mut String; 1024],
}Fields§
§elem: [*mut String; 1024]Trait Implementations§
Source§impl Clone for StringPtData
impl Clone for StringPtData
Source§fn clone(&self) -> StringPtData
fn clone(&self) -> StringPtData
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 StringPtData
impl Debug for StringPtData
impl Copy for StringPtData
Auto Trait Implementations§
impl Freeze for StringPtData
impl RefUnwindSafe for StringPtData
impl !Send for StringPtData
impl !Sync for StringPtData
impl Unpin for StringPtData
impl UnwindSafe for StringPtData
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