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
impl Copy for FT_BBox
impl Eq for FT_BBox
impl StructuralEq for FT_BBox
impl StructuralPartialEq for FT_BBox
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more