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