pub(crate) struct hb_bounds_t {
status: status_t,
extents: hb_extents_t,
}
Fields§
§status: status_t
§extents: hb_extents_t
Implementations§
Source§impl hb_bounds_t
impl hb_bounds_t
fn from_extents(extents: &hb_extents_t) -> Self
fn from_status(status: status_t) -> Self
fn union(&mut self, o: &hb_bounds_t)
fn intersect(&mut self, o: &hb_bounds_t)
Trait Implementations§
Source§impl Clone for hb_bounds_t
impl Clone for hb_bounds_t
Source§fn clone(&self) -> hb_bounds_t
fn clone(&self) -> hb_bounds_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 Default for hb_bounds_t
impl Default for hb_bounds_t
impl Copy for hb_bounds_t
Auto Trait Implementations§
impl Freeze for hb_bounds_t
impl RefUnwindSafe for hb_bounds_t
impl Send for hb_bounds_t
impl Sync for hb_bounds_t
impl Unpin for hb_bounds_t
impl UnwindSafe for hb_bounds_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