Struct freetype_sys::FT_Bitmap_Size
source · #[repr(C)]pub struct FT_Bitmap_Size {
pub height: FT_Short,
pub width: FT_Short,
pub size: FT_Pos,
pub x_ppem: FT_Pos,
pub y_ppem: FT_Pos,
}
Fields§
§height: FT_Short
§width: FT_Short
§size: FT_Pos
§x_ppem: FT_Pos
§y_ppem: FT_Pos
Trait Implementations§
source§impl Clone for FT_Bitmap_Size
impl Clone for FT_Bitmap_Size
source§fn clone(&self) -> FT_Bitmap_Size
fn clone(&self) -> FT_Bitmap_Size
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FT_Bitmap_Size
impl Debug for FT_Bitmap_Size
source§impl Hash for FT_Bitmap_Size
impl Hash for FT_Bitmap_Size
source§impl PartialEq for FT_Bitmap_Size
impl PartialEq for FT_Bitmap_Size
source§fn eq(&self, other: &FT_Bitmap_Size) -> bool
fn eq(&self, other: &FT_Bitmap_Size) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FT_Bitmap_Size
impl Eq for FT_Bitmap_Size
impl StructuralPartialEq for FT_Bitmap_Size
Auto Trait Implementations§
impl Freeze for FT_Bitmap_Size
impl RefUnwindSafe for FT_Bitmap_Size
impl Send for FT_Bitmap_Size
impl Sync for FT_Bitmap_Size
impl Unpin for FT_Bitmap_Size
impl UnwindSafe for FT_Bitmap_Size
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