#[repr(C)]#[repr(align(8))]pub struct SkTypeface_LocalizedStrings {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Trait Implementations§
source§impl Clone for SkTypeface_LocalizedStrings
impl Clone for SkTypeface_LocalizedStrings
source§fn clone(&self) -> SkTypeface_LocalizedStrings
fn clone(&self) -> SkTypeface_LocalizedStrings
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 SkTypeface_LocalizedStrings
impl Debug for SkTypeface_LocalizedStrings
impl Copy for SkTypeface_LocalizedStrings
Auto Trait Implementations§
impl RefUnwindSafe for SkTypeface_LocalizedStrings
impl Send for SkTypeface_LocalizedStrings
impl Sync for SkTypeface_LocalizedStrings
impl Unpin for SkTypeface_LocalizedStrings
impl UnwindSafe for SkTypeface_LocalizedStrings
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