#[repr(C)]pub struct GlyphPairKey {
pub first_glyph_index: u32,
pub second_glyph_index: u32,
pub key: u32,
}Expand description
Fields§
§first_glyph_index: u32§second_glyph_index: u32§key: u32Implementations§
Source§impl GlyphPairKey
impl GlyphPairKey
Sourcepub fn ctor(
&mut self,
first_glyph_index: impl Into<u32>,
second_glyph_index: impl Into<u32>,
)
pub fn ctor( &mut self, first_glyph_index: impl Into<u32>, second_glyph_index: impl Into<u32>, )
.ctor(u32, u32) overload
Sourcepub fn ctor_2(&mut self, record: impl Into<TMP_GlyphPairAdjustmentRecord>)
pub fn ctor_2(&mut self, record: impl Into<TMP_GlyphPairAdjustmentRecord>)
.ctor(crate::tm_pro::tmp_glyphpairadjustmentrecord::TMP_GlyphPairAdjustmentRecord) overload
Source§impl GlyphPairKey
impl GlyphPairKey
pub fn ctor_method_info() -> &'static MethodInfo
pub fn ctor_2_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for GlyphPairKey
impl ClassIdentity for GlyphPairKey
Source§impl Clone for GlyphPairKey
impl Clone for GlyphPairKey
Source§fn clone(&self) -> GlyphPairKey
fn clone(&self) -> GlyphPairKey
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 GlyphPairKey
Auto Trait Implementations§
impl Freeze for GlyphPairKey
impl RefUnwindSafe for GlyphPairKey
impl Send for GlyphPairKey
impl Sync for GlyphPairKey
impl Unpin for GlyphPairKey
impl UnwindSafe for GlyphPairKey
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)