#[repr(C)]pub struct FT_BBox_ {
pub xMin: FT_Pos,
pub yMin: FT_Pos,
pub xMax: FT_Pos,
pub yMax: FT_Pos,
}Fields§
§xMin: FT_Pos§yMin: FT_Pos§xMax: FT_Pos§yMax: FT_PosTrait Implementations§
Auto Trait Implementations§
impl Freeze for FT_BBox_
impl RefUnwindSafe for FT_BBox_
impl Send for FT_BBox_
impl Sync for FT_BBox_
impl Unpin for FT_BBox_
impl UnwindSafe for FT_BBox_
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