Struct flipperzero_sys::CanvasFontParameters
source · [−]#[repr(C)]pub struct CanvasFontParameters {
pub leading_default: u8,
pub leading_min: u8,
pub height: u8,
pub descender: u8,
}Expand description
Font parameters
Fields
leading_default: u8leading_min: u8height: u8descender: u8Trait Implementations
sourceimpl Clone for CanvasFontParameters
impl Clone for CanvasFontParameters
sourcefn clone(&self) -> CanvasFontParameters
fn clone(&self) -> CanvasFontParameters
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CanvasFontParameters
impl Debug for CanvasFontParameters
impl Copy for CanvasFontParameters
Auto Trait Implementations
impl RefUnwindSafe for CanvasFontParameters
impl Send for CanvasFontParameters
impl Sync for CanvasFontParameters
impl Unpin for CanvasFontParameters
impl UnwindSafe for CanvasFontParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more