Struct Feature
#[repr(C)]pub struct Feature {
pub tag: u32,
pub value: u32,
pub start: usize,
pub end: usize,
}
Fields§
§tag: u32
§value: u32
§start: usize
§end: usize
Trait Implementations§
§impl Clone for SkShaper_Feature
impl Clone for SkShaper_Feature
§fn clone(&self) -> SkShaper_Feature
fn clone(&self) -> SkShaper_Feature
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 more§impl Debug for SkShaper_Feature
impl Debug for SkShaper_Feature
impl Copy for SkShaper_Feature
Auto Trait Implementations§
impl Freeze for SkShaper_Feature
impl RefUnwindSafe for SkShaper_Feature
impl Send for SkShaper_Feature
impl Sync for SkShaper_Feature
impl Unpin for SkShaper_Feature
impl UnwindSafe for SkShaper_Feature
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