Struct skia_bindings::SkFontArguments_Palette
source · #[repr(C)]pub struct SkFontArguments_Palette {
pub index: c_int,
pub overrides: *const SkFontArguments_Palette_Override,
pub overrideCount: c_int,
}
Fields§
§index: c_int
§overrides: *const SkFontArguments_Palette_Override
§overrideCount: c_int
Trait Implementations§
source§impl Clone for SkFontArguments_Palette
impl Clone for SkFontArguments_Palette
source§fn clone(&self) -> SkFontArguments_Palette
fn clone(&self) -> SkFontArguments_Palette
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_Palette
impl Debug for SkFontArguments_Palette
impl Copy for SkFontArguments_Palette
Auto Trait Implementations§
impl RefUnwindSafe for SkFontArguments_Palette
impl !Send for SkFontArguments_Palette
impl !Sync for SkFontArguments_Palette
impl Unpin for SkFontArguments_Palette
impl UnwindSafe for SkFontArguments_Palette
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