pub(crate) struct UnscaledBlue {
pub position: i32,
pub overshoot: i32,
pub ascender: i32,
pub descender: i32,
pub zones: BlueZones,
}
Fields§
§position: i32
§overshoot: i32
§ascender: i32
§descender: i32
§zones: BlueZones
Trait Implementations§
Source§impl Clone for UnscaledBlue
impl Clone for UnscaledBlue
Source§fn clone(&self) -> UnscaledBlue
fn clone(&self) -> UnscaledBlue
Returns a duplicate 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 UnscaledBlue
impl Debug for UnscaledBlue
Source§impl Default for UnscaledBlue
impl Default for UnscaledBlue
Source§fn default() -> UnscaledBlue
fn default() -> UnscaledBlue
Returns the “default value” for a type. Read more
Source§impl PartialEq for UnscaledBlue
impl PartialEq for UnscaledBlue
impl Copy for UnscaledBlue
impl Eq for UnscaledBlue
impl StructuralPartialEq for UnscaledBlue
Auto Trait Implementations§
impl Freeze for UnscaledBlue
impl RefUnwindSafe for UnscaledBlue
impl Send for UnscaledBlue
impl Sync for UnscaledBlue
impl Unpin for UnscaledBlue
impl UnwindSafe for UnscaledBlue
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