#[repr(C)]pub struct TMP_Text_SpecialCharacter {
pub character: TMP_Character,
pub font_asset: TMP_FontAsset,
pub material: Material,
pub material_index: i32,
}Expand description
Fields§
§character: TMP_Character§font_asset: TMP_FontAsset§material: Material§material_index: i32Implementations§
Source§impl TMP_Text_SpecialCharacter
impl TMP_Text_SpecialCharacter
Sourcepub fn ctor(
&mut self,
character: impl Into<TMP_Character>,
material_index: impl Into<i32>,
)
pub fn ctor( &mut self, character: impl Into<TMP_Character>, material_index: impl Into<i32>, )
.ctor(crate::tm_pro::tmp_character::TMP_Character, i32) overload
Source§impl TMP_Text_SpecialCharacter
impl TMP_Text_SpecialCharacter
pub fn ctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for TMP_Text_SpecialCharacter
impl Clone for TMP_Text_SpecialCharacter
Source§fn clone(&self) -> TMP_Text_SpecialCharacter
fn clone(&self) -> TMP_Text_SpecialCharacter
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_Text_SpecialCharacter
Auto Trait Implementations§
impl Freeze for TMP_Text_SpecialCharacter
impl RefUnwindSafe for TMP_Text_SpecialCharacter
impl !Send for TMP_Text_SpecialCharacter
impl !Sync for TMP_Text_SpecialCharacter
impl Unpin for TMP_Text_SpecialCharacter
impl UnwindSafe for TMP_Text_SpecialCharacter
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)