#[repr(C)]pub struct GlyphAdjustmentRecord {
pub m_glyph_index: u32,
pub m_glyph_value_record: GlyphValueRecord,
}Expand description
Fields§
§m_glyph_index: u32§m_glyph_value_record: GlyphValueRecordImplementations§
Source§impl GlyphAdjustmentRecord
impl GlyphAdjustmentRecord
Sourcepub fn get_glyph_index(&mut self) -> u32
pub fn get_glyph_index(&mut self) -> u32
get_glyphIndex() overload
Sourcepub fn get_glyph_value_record(&mut self) -> GlyphValueRecord
pub fn get_glyph_value_record(&mut self) -> GlyphValueRecord
get_glyphValueRecord() overload
Source§impl GlyphAdjustmentRecord
impl GlyphAdjustmentRecord
pub fn get_glyph_index_method_info() -> &'static MethodInfo
pub fn get_glyph_value_record_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for GlyphAdjustmentRecord
impl Clone for GlyphAdjustmentRecord
Source§fn clone(&self) -> GlyphAdjustmentRecord
fn clone(&self) -> GlyphAdjustmentRecord
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlyphAdjustmentRecord
Auto Trait Implementations§
impl Freeze for GlyphAdjustmentRecord
impl RefUnwindSafe for GlyphAdjustmentRecord
impl Send for GlyphAdjustmentRecord
impl Sync for GlyphAdjustmentRecord
impl Unpin for GlyphAdjustmentRecord
impl UnwindSafe for GlyphAdjustmentRecord
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)