pub struct GlyphPixelBounds {
pub min_x: i32,
pub min_y: i32,
pub max_x: i32,
pub max_y: i32,
}Fields§
§min_x: i32§min_y: i32§max_x: i32§max_y: i32Implementations§
Trait Implementations§
Source§impl Clone for GlyphPixelBounds
impl Clone for GlyphPixelBounds
Source§fn clone(&self) -> GlyphPixelBounds
fn clone(&self) -> GlyphPixelBounds
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 GlyphPixelBounds
impl Debug for GlyphPixelBounds
Source§impl PartialEq for GlyphPixelBounds
impl PartialEq for GlyphPixelBounds
impl Copy for GlyphPixelBounds
impl Eq for GlyphPixelBounds
impl StructuralPartialEq for GlyphPixelBounds
Auto Trait Implementations§
impl Freeze for GlyphPixelBounds
impl RefUnwindSafe for GlyphPixelBounds
impl Send for GlyphPixelBounds
impl Sync for GlyphPixelBounds
impl Unpin for GlyphPixelBounds
impl UnsafeUnpin for GlyphPixelBounds
impl UnwindSafe for GlyphPixelBounds
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