struct FeatureEvent {
pub index: usize,
pub start: bool,
pub feature: FeatureInfo,
}Expand description
HB: hb_aat_map_builder_t::feature_event_t
Fields§
§index: usize§start: bool§feature: FeatureInfoTrait Implementations§
Source§impl Clone for FeatureEvent
impl Clone for FeatureEvent
Source§fn clone(&self) -> FeatureEvent
fn clone(&self) -> FeatureEvent
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 Ord for FeatureEvent
impl Ord for FeatureEvent
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 FeatureEvent
impl PartialEq for FeatureEvent
Source§fn eq(&self, other: &FeatureEvent) -> bool
fn eq(&self, other: &FeatureEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FeatureEvent
impl PartialOrd for FeatureEvent
impl Copy for FeatureEvent
impl Eq for FeatureEvent
impl StructuralPartialEq for FeatureEvent
Auto Trait Implementations§
impl Freeze for FeatureEvent
impl RefUnwindSafe for FeatureEvent
impl Send for FeatureEvent
impl Sync for FeatureEvent
impl Unpin for FeatureEvent
impl UnsafeUnpin for FeatureEvent
impl UnwindSafe for FeatureEvent
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