[−][src]Struct skia_bindings::SkString
Fields
fRec: sk_sp<SkString_Rec>
Methods
impl SkString
[src]
pub unsafe fn equals(&self, arg1: *const SkString) -> bool
[src]
pub unsafe fn equals1(&self, text: *const c_char) -> bool
[src]
pub unsafe fn equals2(&self, text: *const c_char, len: usize) -> bool
[src]
pub unsafe fn writable_str(&mut self) -> *mut c_char
[src]
pub unsafe fn reset(&mut self)
[src]
pub unsafe fn set(&mut self, text: *const c_char)
[src]
pub unsafe fn set1(&mut self, text: *const c_char, len: usize)
[src]
pub unsafe fn insert(&mut self, offset: usize, text: *const c_char)
[src]
pub unsafe fn insert1(&mut self, offset: usize, text: *const c_char, len: usize)
[src]
pub unsafe fn insertUnichar(&mut self, offset: usize, arg1: SkUnichar)
[src]
pub unsafe fn insertS32(&mut self, offset: usize, value: i32)
[src]
pub unsafe fn insertS64(&mut self, offset: usize, value: i64, minDigits: c_int)
[src]
pub unsafe fn insertU32(&mut self, offset: usize, value: u32)
[src]
pub unsafe fn insertU64(&mut self, offset: usize, value: u64, minDigits: c_int)
[src]
pub unsafe fn insertHex(&mut self, offset: usize, value: u32, minDigits: c_int)
[src]
pub unsafe fn insertScalar(&mut self, offset: usize, arg1: SkScalar)
[src]
pub unsafe fn appendVAList(
&mut self,
format: *const c_char,
arg1: *mut __va_list_tag
)
[src]
&mut self,
format: *const c_char,
arg1: *mut __va_list_tag
)
pub unsafe fn prependVAList(
&mut self,
format: *const c_char,
arg1: *mut __va_list_tag
)
[src]
&mut self,
format: *const c_char,
arg1: *mut __va_list_tag
)
pub unsafe fn remove(&mut self, offset: usize, length: usize)
[src]
pub unsafe fn swap(&mut self, other: *mut SkString)
[src]
pub unsafe fn new() -> Self
[src]
pub unsafe fn new1(len: usize) -> Self
[src]
pub unsafe fn new2(text: *const c_char) -> Self
[src]
pub unsafe fn new3(text: *const c_char, len: usize) -> Self
[src]
pub unsafe fn new4(arg1: *const SkString) -> Self
[src]
pub unsafe fn new5(arg1: *mut SkString) -> Self
[src]
pub unsafe fn destruct(&mut self)
[src]
Auto Trait Implementations
impl !Send for SkString
impl Unpin for SkString
impl !Sync for SkString
impl !RefUnwindSafe for SkString
impl UnwindSafe for SkString
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,