#[repr(C)]pub struct GlyphValueRecord_Legacy {
pub x_placement: f32,
pub y_placement: f32,
pub x_advance: f32,
pub y_advance: f32,
}Expand description
Fields§
§x_placement: f32§y_placement: f32§x_advance: f32§y_advance: f32Implementations§
Source§impl GlyphValueRecord_Legacy
impl GlyphValueRecord_Legacy
Sourcepub fn op_addition(
a: impl Into<GlyphValueRecord_Legacy>,
b: impl Into<GlyphValueRecord_Legacy>,
) -> GlyphValueRecord_Legacy
pub fn op_addition( a: impl Into<GlyphValueRecord_Legacy>, b: impl Into<GlyphValueRecord_Legacy>, ) -> GlyphValueRecord_Legacy
op_Addition(crate::tm_pro::glyphvaluerecord_legacy::GlyphValueRecord_Legacy, crate::tm_pro::glyphvaluerecord_legacy::GlyphValueRecord_Legacy) overload
Source§impl GlyphValueRecord_Legacy
impl GlyphValueRecord_Legacy
Sourcepub fn ctor(&mut self, value_record: impl Into<GlyphValueRecord>)
pub fn ctor(&mut self, value_record: impl Into<GlyphValueRecord>)
.ctor(crate::unity_engine::text_core::low_level::glyphvaluerecord::GlyphValueRecord) overload
Source§impl GlyphValueRecord_Legacy
impl GlyphValueRecord_Legacy
pub fn ctor_method_info() -> &'static MethodInfo
pub fn op_addition_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for GlyphValueRecord_Legacy
impl Clone for GlyphValueRecord_Legacy
Source§fn clone(&self) -> GlyphValueRecord_Legacy
fn clone(&self) -> GlyphValueRecord_Legacy
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 GlyphValueRecord_Legacy
Auto Trait Implementations§
impl Freeze for GlyphValueRecord_Legacy
impl RefUnwindSafe for GlyphValueRecord_Legacy
impl Send for GlyphValueRecord_Legacy
impl Sync for GlyphValueRecord_Legacy
impl Unpin for GlyphValueRecord_Legacy
impl UnwindSafe for GlyphValueRecord_Legacy
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)