Struct harfbuzz_sys::bindings::hb_ot_var_axis_t
source · #[repr(C)]pub struct hb_ot_var_axis_t {
pub tag: hb_tag_t,
pub name_id: hb_ot_name_id_t,
pub min_value: c_float,
pub default_value: c_float,
pub max_value: c_float,
}
Expand description
hb_ot_var_axis_t:
Since: 1.4.2 Deprecated: 2.2.0
Fields§
§tag: hb_tag_t
§name_id: hb_ot_name_id_t
§min_value: c_float
§default_value: c_float
§max_value: c_float
Trait Implementations§
source§impl Clone for hb_ot_var_axis_t
impl Clone for hb_ot_var_axis_t
source§fn clone(&self) -> hb_ot_var_axis_t
fn clone(&self) -> hb_ot_var_axis_t
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 hb_ot_var_axis_t
impl Debug for hb_ot_var_axis_t
impl Copy for hb_ot_var_axis_t
Auto Trait Implementations§
impl Freeze for hb_ot_var_axis_t
impl RefUnwindSafe for hb_ot_var_axis_t
impl Send for hb_ot_var_axis_t
impl Sync for hb_ot_var_axis_t
impl Unpin for hb_ot_var_axis_t
impl UnwindSafe for hb_ot_var_axis_t
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