Struct skia_bindings::std_basic_string_view
source · #[repr(C)]pub struct std_basic_string_view<_CharT> {
pub __data: *const std_basic_string_view_value_type<_CharT>,
pub __size: std_basic_string_view_size_type,
pub _phantom_0: PhantomData<UnsafeCell<_CharT>>,
}
Fields§
§__data: *const std_basic_string_view_value_type<_CharT>
§__size: std_basic_string_view_size_type
§_phantom_0: PhantomData<UnsafeCell<_CharT>>
Trait Implementations§
source§impl<_CharT: Clone> Clone for std_basic_string_view<_CharT>
impl<_CharT: Clone> Clone for std_basic_string_view<_CharT>
source§fn clone(&self) -> std_basic_string_view<_CharT>
fn clone(&self) -> std_basic_string_view<_CharT>
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<_CharT: Debug> Debug for std_basic_string_view<_CharT>
impl<_CharT: Debug> Debug for std_basic_string_view<_CharT>
impl<_CharT: Copy> Copy for std_basic_string_view<_CharT>
Auto Trait Implementations§
impl<_CharT> !RefUnwindSafe for std_basic_string_view<_CharT>
impl<_CharT> !Send for std_basic_string_view<_CharT>
impl<_CharT> !Sync for std_basic_string_view<_CharT>
impl<_CharT> Unpin for std_basic_string_view<_CharT>where _CharT: Unpin,
impl<_CharT> UnwindSafe for std_basic_string_view<_CharT>where _CharT: UnwindSafe + RefUnwindSafe,
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