struct BdtMetrics {
inner_bearing_x: f32,
inner_bearing_y: f32,
advance: f32,
width: u32,
height: u32,
}
Fields§
§inner_bearing_x: f32
§inner_bearing_y: f32
§advance: f32
§width: u32
§height: u32
Implementations§
Source§impl BdtMetrics
impl BdtMetrics
fn new(data: &BitmapData<'_>) -> Self
Auto Trait Implementations§
impl Freeze for BdtMetrics
impl RefUnwindSafe for BdtMetrics
impl Send for BdtMetrics
impl Sync for BdtMetrics
impl Unpin for BdtMetrics
impl UnwindSafe for BdtMetrics
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