[][src]Struct skia_bindings::SkString_Rec

#[repr(C)]
pub struct SkString_Rec {
    pub fLength: u32,
    pub fRefCnt: std_atomic<i32>,
    pub fBeginningOfData: c_char,
}

Fields

fLength: u32fRefCnt: std_atomic<i32>fBeginningOfData: c_char

Methods

impl SkString_Rec[src]

pub unsafe fn Make(text: *const c_char, len: usize) -> sk_sp<SkString_Rec>[src]

pub unsafe fn data(&mut self) -> *mut c_char[src]

pub unsafe fn data1(&self) -> *const c_char[src]

pub unsafe fn ref_(&self)[src]

pub unsafe fn unref(&self)[src]

pub unsafe fn unique(&self) -> bool[src]

pub unsafe fn new(len: u32, refCnt: i32) -> Self[src]

Trait Implementations

impl Debug for SkString_Rec[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]