Struct skia_bindings::std_basic_string___short
source · #[repr(C)]pub struct std_basic_string___short {
pub __data_: *mut std_basic_string_value_type,
pub __bindgen_anon_1: std_basic_string___short__bindgen_ty_1,
}
Fields§
§__data_: *mut std_basic_string_value_type
§__bindgen_anon_1: std_basic_string___short__bindgen_ty_1
Trait Implementations§
source§impl Clone for std_basic_string___short
impl Clone for std_basic_string___short
source§fn clone(&self) -> std_basic_string___short
fn clone(&self) -> std_basic_string___short
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___short
impl Debug for std_basic_string___short
impl Copy for std_basic_string___short
Auto Trait Implementations§
impl RefUnwindSafe for std_basic_string___short
impl !Send for std_basic_string___short
impl !Sync for std_basic_string___short
impl Unpin for std_basic_string___short
impl UnwindSafe for std_basic_string___short
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