Struct skia_bindings::SkString_Rec
source · #[repr(C)]pub struct SkString_Rec {
pub fLength: u32,
pub fRefCnt: u32,
pub fBeginningOfData: [c_char; 1],
}
Fields§
§fLength: u32
§fRefCnt: u32
§fBeginningOfData: [c_char; 1]
Implementations§
Trait Implementations§
source§impl Clone for SkString_Rec
impl Clone for SkString_Rec
source§fn clone(&self) -> SkString_Rec
fn clone(&self) -> SkString_Rec
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 SkString_Rec
impl Debug for SkString_Rec
impl Copy for SkString_Rec
Auto Trait Implementations§
impl RefUnwindSafe for SkString_Rec
impl Send for SkString_Rec
impl Sync for SkString_Rec
impl Unpin for SkString_Rec
impl UnwindSafe for SkString_Rec
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