pub struct hb_aat_map_t {
pub chain_flags: Vec<Vec<range_flags_t>>,
}
Fields§
§chain_flags: Vec<Vec<range_flags_t>>
Trait Implementations§
Source§impl Default for hb_aat_map_t
impl Default for hb_aat_map_t
Source§fn default() -> hb_aat_map_t
fn default() -> hb_aat_map_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for hb_aat_map_t
impl RefUnwindSafe for hb_aat_map_t
impl Send for hb_aat_map_t
impl Sync for hb_aat_map_t
impl Unpin for hb_aat_map_t
impl UnwindSafe for hb_aat_map_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