Struct bdf::BoundingBox [] [src]

pub struct BoundingBox {
    pub width: u32,
    pub height: u32,
    pub x: i32,
    pub y: i32,
}

The bounds of a glyph.

Fields

Trait Implementations

impl PartialEq for BoundingBox
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BoundingBox
[src]

impl Clone for BoundingBox
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BoundingBox
[src]

impl Debug for BoundingBox
[src]

Formats the value using the given formatter.

impl Default for BoundingBox
[src]

Returns the "default value" for a type. Read more