Struct freetype_sys::FT_BBox
source · #[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_Pos
Trait Implementations§
source§impl PartialEq for FT_BBox
impl PartialEq for FT_BBox
impl Copy for FT_BBox
impl Eq for FT_BBox
impl StructuralPartialEq for FT_BBox
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