Struct skia_bindings::std_basic_string___long 
source · #[repr(C)]pub struct std_basic_string___long {
    pub __data_: std_basic_string_pointer,
    pub __size_: std_basic_string_size_type,
    pub __cap_: std_basic_string_size_type,
}Fields§
§__data_: std_basic_string_pointer§__size_: std_basic_string_size_type§__cap_: std_basic_string_size_typeTrait Implementations§
source§impl Clone for std_basic_string___long
 
impl Clone for std_basic_string___long
source§fn clone(&self) -> std_basic_string___long
 
fn clone(&self) -> std_basic_string___long
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for std_basic_string___long
 
impl Debug for std_basic_string___long
impl Copy for std_basic_string___long
Auto Trait Implementations§
impl RefUnwindSafe for std_basic_string___long
impl Send for std_basic_string___long
impl Sync for std_basic_string___long
impl Unpin for std_basic_string___long
impl UnwindSafe for std_basic_string___long
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