Struct freetype_sys::FT_Var_Named_Style
source · [−]#[repr(C)]pub struct FT_Var_Named_Style {
pub coords: *mut FT_Fixed,
pub strid: FT_UInt,
pub psid: FT_UInt,
}
Fields
coords: *mut FT_Fixed
strid: FT_UInt
psid: FT_UInt
Trait Implementations
sourceimpl Clone for FT_Var_Named_Style
impl Clone for FT_Var_Named_Style
sourcefn clone(&self) -> FT_Var_Named_Style
fn clone(&self) -> FT_Var_Named_Style
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FT_Var_Named_Style
impl Debug for FT_Var_Named_Style
sourceimpl Hash for FT_Var_Named_Style
impl Hash for FT_Var_Named_Style
sourceimpl PartialEq<FT_Var_Named_Style> for FT_Var_Named_Style
impl PartialEq<FT_Var_Named_Style> for FT_Var_Named_Style
sourcefn eq(&self, other: &FT_Var_Named_Style) -> bool
fn eq(&self, other: &FT_Var_Named_Style) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &FT_Var_Named_Style) -> bool
fn ne(&self, other: &FT_Var_Named_Style) -> bool
This method tests for !=
.
impl Copy for FT_Var_Named_Style
impl Eq for FT_Var_Named_Style
impl StructuralEq for FT_Var_Named_Style
impl StructuralPartialEq for FT_Var_Named_Style
Auto Trait Implementations
impl RefUnwindSafe for FT_Var_Named_Style
impl !Send for FT_Var_Named_Style
impl !Sync for FT_Var_Named_Style
impl Unpin for FT_Var_Named_Style
impl UnwindSafe for FT_Var_Named_Style
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