pub struct RangeFlags {
pub flags: u32,
pub cluster_first: u32,
pub cluster_last: u32,
}Expand description
HB: hb_aat_map_t::range_flags_t
Fields§
§flags: u32§cluster_first: u32§cluster_last: u32Trait Implementations§
Source§impl Clone for RangeFlags
impl Clone for RangeFlags
Source§fn clone(&self) -> RangeFlags
fn clone(&self) -> RangeFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RangeFlags
Auto Trait Implementations§
impl Freeze for RangeFlags
impl RefUnwindSafe for RangeFlags
impl Send for RangeFlags
impl Sync for RangeFlags
impl Unpin for RangeFlags
impl UnsafeUnpin for RangeFlags
impl UnwindSafe for RangeFlags
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