#[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
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