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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)