#[repr(transparent)]pub struct hb_subset_flags_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const DEFAULT: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const NO_HINTING: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const RETAIN_GIDS: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const DESUBROUTINIZE: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const NAME_LEGACY: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const SET_OVERLAPS_FLAG: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const NOTDEF_OUTLINE: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const GLYPH_NAMES: hb_subset_flags_t
Source§impl hb_subset_flags_t
impl hb_subset_flags_t
pub const NO_LAYOUT_CLOSURE: hb_subset_flags_t
Trait Implementations§
Source§impl BitAnd for hb_subset_flags_t
impl BitAnd for hb_subset_flags_t
Source§impl BitAndAssign for hb_subset_flags_t
impl BitAndAssign for hb_subset_flags_t
Source§fn bitand_assign(&mut self, rhs: hb_subset_flags_t)
fn bitand_assign(&mut self, rhs: hb_subset_flags_t)
Performs the
&= operation. Read moreSource§impl BitOr for hb_subset_flags_t
impl BitOr for hb_subset_flags_t
Source§impl BitOrAssign for hb_subset_flags_t
impl BitOrAssign for hb_subset_flags_t
Source§fn bitor_assign(&mut self, rhs: hb_subset_flags_t)
fn bitor_assign(&mut self, rhs: hb_subset_flags_t)
Performs the
|= operation. Read moreSource§impl Clone for hb_subset_flags_t
impl Clone for hb_subset_flags_t
Source§fn clone(&self) -> hb_subset_flags_t
fn clone(&self) -> hb_subset_flags_t
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 hb_subset_flags_t
impl Debug for hb_subset_flags_t
Source§impl Hash for hb_subset_flags_t
impl Hash for hb_subset_flags_t
Source§impl PartialEq for hb_subset_flags_t
impl PartialEq for hb_subset_flags_t
impl Copy for hb_subset_flags_t
impl Eq for hb_subset_flags_t
impl StructuralPartialEq for hb_subset_flags_t
Auto Trait Implementations§
impl Freeze for hb_subset_flags_t
impl RefUnwindSafe for hb_subset_flags_t
impl Send for hb_subset_flags_t
impl Sync for hb_subset_flags_t
impl Unpin for hb_subset_flags_t
impl UnwindSafe for hb_subset_flags_t
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