Struct skia_bindings::SkFontStyleSet
source · #[repr(C)]#[repr(align(8))]pub struct SkFontStyleSet {
pub _bindgen_opaque_blob: [u64; 2],
}
Fields§
§_bindgen_opaque_blob: [u64; 2]
Implementations§
source§impl SkFontStyleSet
impl SkFontStyleSet
pub unsafe fn CreateEmpty() -> sk_sp<SkFontStyleSet>
pub unsafe fn matchStyleCSS3( &mut self, pattern: *const SkFontStyle ) -> sk_sp<SkTypeface>
Trait Implementations§
source§impl Clone for SkFontStyleSet
impl Clone for SkFontStyleSet
source§fn clone(&self) -> SkFontStyleSet
fn clone(&self) -> SkFontStyleSet
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 SkFontStyleSet
impl Debug for SkFontStyleSet
impl Copy for SkFontStyleSet
Auto Trait Implementations§
impl RefUnwindSafe for SkFontStyleSet
impl Send for SkFontStyleSet
impl Sync for SkFontStyleSet
impl Unpin for SkFontStyleSet
impl UnwindSafe for SkFontStyleSet
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