Struct skia_bindings::SkFontArguments
source · #[repr(C)]pub struct SkFontArguments {
pub fCollectionIndex: c_int,
pub fVariationDesignPosition: SkFontArguments_VariationPosition,
pub fPalette: SkFontArguments_Palette,
}
Fields§
§fCollectionIndex: c_int
§fVariationDesignPosition: SkFontArguments_VariationPosition
§fPalette: SkFontArguments_Palette
Trait Implementations§
source§impl Clone for SkFontArguments
impl Clone for SkFontArguments
source§fn clone(&self) -> SkFontArguments
fn clone(&self) -> SkFontArguments
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 SkFontArguments
impl Debug for SkFontArguments
impl Copy for SkFontArguments
Auto Trait Implementations§
impl RefUnwindSafe for SkFontArguments
impl !Send for SkFontArguments
impl !Sync for SkFontArguments
impl Unpin for SkFontArguments
impl UnwindSafe for SkFontArguments
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