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§
source§impl Clone for FT_Var_Named_Style
impl Clone for FT_Var_Named_Style
source§fn clone(&self) -> FT_Var_Named_Style
fn clone(&self) -> FT_Var_Named_Style
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_Var_Named_Style
impl Debug for FT_Var_Named_Style
source§impl Hash for FT_Var_Named_Style
impl Hash for FT_Var_Named_Style
source§impl PartialEq for FT_Var_Named_Style
impl PartialEq for FT_Var_Named_Style
source§fn 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 ==
.impl Copy for FT_Var_Named_Style
impl Eq for FT_Var_Named_Style
impl StructuralPartialEq for FT_Var_Named_Style
Auto Trait Implementations§
impl Freeze for FT_Var_Named_Style
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§
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