#[repr(C)]pub struct hb_aat_layout_feature_selector_info_t {
pub name_id: hb_ot_name_id_t,
pub enable: hb_aat_layout_feature_selector_t,
pub disable: hb_aat_layout_feature_selector_t,
pub reserved: c_uint,
}
Fields§
§name_id: hb_ot_name_id_t
§enable: hb_aat_layout_feature_selector_t
§disable: hb_aat_layout_feature_selector_t
§reserved: c_uint
Trait Implementations§
source§impl Clone for hb_aat_layout_feature_selector_info_t
impl Clone for hb_aat_layout_feature_selector_info_t
source§fn clone(&self) -> hb_aat_layout_feature_selector_info_t
fn clone(&self) -> hb_aat_layout_feature_selector_info_t
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 moreimpl Copy for hb_aat_layout_feature_selector_info_t
Auto Trait Implementations§
impl Freeze for hb_aat_layout_feature_selector_info_t
impl RefUnwindSafe for hb_aat_layout_feature_selector_info_t
impl Send for hb_aat_layout_feature_selector_info_t
impl Sync for hb_aat_layout_feature_selector_info_t
impl Unpin for hb_aat_layout_feature_selector_info_t
impl UnwindSafe for hb_aat_layout_feature_selector_info_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