pub struct FeatureInfo {
pub kind: u16,
pub setting: u16,
pub is_exclusive: bool,
}Expand description
HB: hb_aat_map_builder_t::feature_info_t
Fields§
§kind: u16§setting: u16§is_exclusive: boolTrait Implementations§
Source§impl Clone for FeatureInfo
impl Clone for FeatureInfo
Source§fn clone(&self) -> FeatureInfo
fn clone(&self) -> FeatureInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for FeatureInfo
impl Default for FeatureInfo
Source§fn default() -> FeatureInfo
fn default() -> FeatureInfo
Returns the “default value” for a type. Read more
Source§impl Ord for FeatureInfo
impl Ord for FeatureInfo
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FeatureInfo
impl PartialEq for FeatureInfo
Source§fn eq(&self, other: &FeatureInfo) -> bool
fn eq(&self, other: &FeatureInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FeatureInfo
impl PartialOrd for FeatureInfo
impl Copy for FeatureInfo
impl Eq for FeatureInfo
impl StructuralPartialEq for FeatureInfo
Auto Trait Implementations§
impl Freeze for FeatureInfo
impl RefUnwindSafe for FeatureInfo
impl Send for FeatureInfo
impl Sync for FeatureInfo
impl Unpin for FeatureInfo
impl UnsafeUnpin for FeatureInfo
impl UnwindSafe for FeatureInfo
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