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