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