#[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 (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 StringPtData
Auto Trait Implementations§
impl !Send for StringPtData
impl !Sync for StringPtData
impl Freeze for StringPtData
impl RefUnwindSafe for StringPtData
impl Unpin for StringPtData
impl UnsafeUnpin 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