pub struct LineHeightBits(pub u32);Expand description
Quantized line height for cache keying.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for LineHeightBits
impl Clone for LineHeightBits
Source§fn clone(&self) -> LineHeightBits
fn clone(&self) -> LineHeightBits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LineHeightBits
Source§impl Debug for LineHeightBits
impl Debug for LineHeightBits
impl Eq for LineHeightBits
Source§impl Hash for LineHeightBits
impl Hash for LineHeightBits
Source§impl PartialEq for LineHeightBits
impl PartialEq for LineHeightBits
impl StructuralPartialEq for LineHeightBits
Auto Trait Implementations§
impl Freeze for LineHeightBits
impl RefUnwindSafe for LineHeightBits
impl Send for LineHeightBits
impl Sync for LineHeightBits
impl Unpin for LineHeightBits
impl UnsafeUnpin for LineHeightBits
impl UnwindSafe for LineHeightBits
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