Struct freetype_sys::FT_MM_Axis
source · #[repr(C)]pub struct FT_MM_Axis {
pub name: *mut FT_String,
pub minimum: FT_Long,
pub maximum: FT_Long,
}
Fields§
§name: *mut FT_String
§minimum: FT_Long
§maximum: FT_Long
Trait Implementations§
source§impl Clone for FT_MM_Axis
impl Clone for FT_MM_Axis
source§fn clone(&self) -> FT_MM_Axis
fn clone(&self) -> FT_MM_Axis
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_MM_Axis
impl Debug for FT_MM_Axis
source§impl Hash for FT_MM_Axis
impl Hash for FT_MM_Axis
source§impl PartialEq for FT_MM_Axis
impl PartialEq for FT_MM_Axis
source§fn eq(&self, other: &FT_MM_Axis) -> bool
fn eq(&self, other: &FT_MM_Axis) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FT_MM_Axis
impl Eq for FT_MM_Axis
impl StructuralPartialEq for FT_MM_Axis
Auto Trait Implementations§
impl Freeze for FT_MM_Axis
impl RefUnwindSafe for FT_MM_Axis
impl !Send for FT_MM_Axis
impl !Sync for FT_MM_Axis
impl Unpin for FT_MM_Axis
impl UnwindSafe for FT_MM_Axis
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