pub(crate) struct hb_extents_t {
pub x_min: f32,
pub y_min: f32,
pub x_max: f32,
pub y_max: f32,
}
Fields§
§x_min: f32
§y_min: f32
§x_max: f32
§y_max: f32
Implementations§
Source§impl hb_extents_t
impl hb_extents_t
Trait Implementations§
Source§impl Clone for hb_extents_t
impl Clone for hb_extents_t
Source§fn clone(&self) -> hb_extents_t
fn clone(&self) -> hb_extents_t
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 From<RectF> for hb_extents_t
impl From<RectF> for hb_extents_t
impl Copy for hb_extents_t
Auto Trait Implementations§
impl Freeze for hb_extents_t
impl RefUnwindSafe for hb_extents_t
impl Send for hb_extents_t
impl Sync for hb_extents_t
impl Unpin for hb_extents_t
impl UnwindSafe for hb_extents_t
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