#[repr(C)]pub struct BLTextMetrics {
pub advance: BLPoint,
pub boundingBox: BLBox,
}Fields§
§advance: BLPoint§boundingBox: BLBoxTrait Implementations§
Source§impl Clone for BLTextMetrics
impl Clone for BLTextMetrics
Source§fn clone(&self) -> BLTextMetrics
fn clone(&self) -> BLTextMetrics
Returns a copy 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 moreimpl Copy for BLTextMetrics
Auto Trait Implementations§
impl Freeze for BLTextMetrics
impl RefUnwindSafe for BLTextMetrics
impl Send for BLTextMetrics
impl Sync for BLTextMetrics
impl Unpin for BLTextMetrics
impl UnwindSafe for BLTextMetrics
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