Struct ttf_parser::Rect
source · [−]Expand description
A rectangle.
Doesn’t guarantee that x_min
<= x_max
and/or y_min
<= y_max
.
Fields
x_min: i16
y_min: i16
x_max: i16
y_max: i16
Implementations
Trait Implementations
impl Copy for Rect
impl StructuralPartialEq for Rect
Auto Trait Implementations
impl RefUnwindSafe for Rect
impl Send for Rect
impl Sync for Rect
impl Unpin for Rect
impl UnwindSafe for Rect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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