pub struct SubsetFlags(/* private fields */);Implementations§
Source§impl SubsetFlags
impl SubsetFlags
pub const SUBSET_FLAGS_DEFAULT: Self
pub const SUBSET_FLAGS_NO_HINTING: Self
pub const SUBSET_FLAGS_RETAIN_GIDS: Self
pub const SUBSET_FLAGS_DESUBROUTINIZE: Self
pub const SUBSET_FLAGS_NAME_LEGACY: Self
pub const SUBSET_FLAGS_SET_OVERLAPS_FLAG: Self
pub const SUBSET_FLAGS_PASSTHROUGH_UNRECOGNIZED: Self
pub const SUBSET_FLAGS_NOTDEF_OUTLINE: Self
pub const SUBSET_FLAGS_GLYPH_NAMES: Self
pub const SUBSET_FLAGS_NO_PRUNE_UNICODE_RANGES: Self
pub const SUBSET_FLAGS_NO_LAYOUT_CLOSURE: Self
pub const SUBSET_FLAGS_OPTIMIZE_IUP_DELTAS: Self
Trait Implementations§
Source§impl BitOr for SubsetFlags
impl BitOr for SubsetFlags
Source§fn bitor(self, other: SubsetFlags) -> Self
fn bitor(self, other: SubsetFlags) -> Self
Returns the union of the two sets of flags.
Source§type Output = SubsetFlags
type Output = SubsetFlags
The resulting type after applying the
| operator.Source§impl BitOrAssign for SubsetFlags
impl BitOrAssign for SubsetFlags
Source§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Adds the set of flags.
Source§impl Clone for SubsetFlags
impl Clone for SubsetFlags
Source§fn clone(&self) -> SubsetFlags
fn clone(&self) -> SubsetFlags
Returns a duplicate 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 SubsetFlags
impl Debug for SubsetFlags
Source§impl Default for SubsetFlags
impl Default for SubsetFlags
Source§impl From<u16> for SubsetFlags
impl From<u16> for SubsetFlags
Source§impl PartialEq for SubsetFlags
impl PartialEq for SubsetFlags
impl Copy for SubsetFlags
Auto Trait Implementations§
impl Freeze for SubsetFlags
impl RefUnwindSafe for SubsetFlags
impl Send for SubsetFlags
impl Sync for SubsetFlags
impl Unpin for SubsetFlags
impl UnwindSafe for SubsetFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.