#[repr(C)]pub struct TMP_GlyphAdjustmentRecord {
pub m_glyph_index: u32,
pub m_glyph_value_record: TMP_GlyphValueRecord,
}Expand description
Fields§
§m_glyph_index: u32§m_glyph_value_record: TMP_GlyphValueRecordImplementations§
Source§impl TMP_GlyphAdjustmentRecord
impl TMP_GlyphAdjustmentRecord
Sourcepub fn get_glyph_index(&mut self) -> u32
pub fn get_glyph_index(&mut self) -> u32
get_glyphIndex() overload
Sourcepub fn set_glyph_index(&mut self, value: impl Into<u32>)
pub fn set_glyph_index(&mut self, value: impl Into<u32>)
set_glyphIndex(u32) overload
Sourcepub fn get_glyph_value_record(&mut self) -> TMP_GlyphValueRecord
pub fn get_glyph_value_record(&mut self) -> TMP_GlyphValueRecord
get_glyphValueRecord() overload
Sourcepub fn set_glyph_value_record(&mut self, value: impl Into<TMP_GlyphValueRecord>)
pub fn set_glyph_value_record(&mut self, value: impl Into<TMP_GlyphValueRecord>)
set_glyphValueRecord(crate::tm_pro::tmp_glyphvaluerecord::TMP_GlyphValueRecord) overload
Sourcepub fn ctor(
&mut self,
glyph_index: impl Into<u32>,
glyph_value_record: impl Into<TMP_GlyphValueRecord>,
)
pub fn ctor( &mut self, glyph_index: impl Into<u32>, glyph_value_record: impl Into<TMP_GlyphValueRecord>, )
.ctor(u32, crate::tm_pro::tmp_glyphvaluerecord::TMP_GlyphValueRecord) overload
Sourcepub fn ctor_2(&mut self, adjustment_record: impl Into<GlyphAdjustmentRecord>)
pub fn ctor_2(&mut self, adjustment_record: impl Into<GlyphAdjustmentRecord>)
.ctor(crate::unity_engine::text_core::low_level::glyphadjustmentrecord::GlyphAdjustmentRecord) overload
Source§impl TMP_GlyphAdjustmentRecord
impl TMP_GlyphAdjustmentRecord
pub fn get_glyph_index_method_info() -> &'static MethodInfo
pub fn set_glyph_index_method_info() -> &'static MethodInfo
pub fn get_glyph_value_record_method_info() -> &'static MethodInfo
pub fn set_glyph_value_record_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for TMP_GlyphAdjustmentRecord
impl Clone for TMP_GlyphAdjustmentRecord
Source§fn clone(&self) -> TMP_GlyphAdjustmentRecord
fn clone(&self) -> TMP_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 TMP_GlyphAdjustmentRecord
Auto Trait Implementations§
impl Freeze for TMP_GlyphAdjustmentRecord
impl RefUnwindSafe for TMP_GlyphAdjustmentRecord
impl Send for TMP_GlyphAdjustmentRecord
impl Sync for TMP_GlyphAdjustmentRecord
impl Unpin for TMP_GlyphAdjustmentRecord
impl UnwindSafe for TMP_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)