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