Struct ttf_parser::ggg::feature_variations::ConditionSet
source · struct ConditionSet<'a> {
data: &'a [u8],
conditions: LazyArray16<'a, Offset32>,
}
Fields§
§data: &'a [u8]
§conditions: LazyArray16<'a, Offset32>
Implementations§
Trait Implementations§
source§impl<'a> Clone for ConditionSet<'a>
impl<'a> Clone for ConditionSet<'a>
source§fn clone(&self) -> ConditionSet<'a>
fn clone(&self) -> ConditionSet<'a>
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<'a> Debug for ConditionSet<'a>
impl<'a> Debug for ConditionSet<'a>
impl<'a> Copy for ConditionSet<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConditionSet<'a>
impl<'a> RefUnwindSafe for ConditionSet<'a>
impl<'a> Send for ConditionSet<'a>
impl<'a> Sync for ConditionSet<'a>
impl<'a> Unpin for ConditionSet<'a>
impl<'a> UnwindSafe for ConditionSet<'a>
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