#[repr(C)]pub struct TMP_Text_UnicodeChar {
pub unicode: i32,
pub string_index: i32,
pub length: i32,
}Expand description
Fields§
§unicode: i32§string_index: i32§length: i32Trait Implementations§
Source§impl ClassIdentity for TMP_Text_UnicodeChar
impl ClassIdentity for TMP_Text_UnicodeChar
Source§impl Clone for TMP_Text_UnicodeChar
impl Clone for TMP_Text_UnicodeChar
Source§fn clone(&self) -> TMP_Text_UnicodeChar
fn clone(&self) -> TMP_Text_UnicodeChar
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_UnicodeChar
Auto Trait Implementations§
impl Freeze for TMP_Text_UnicodeChar
impl RefUnwindSafe for TMP_Text_UnicodeChar
impl Send for TMP_Text_UnicodeChar
impl Sync for TMP_Text_UnicodeChar
impl Unpin for TMP_Text_UnicodeChar
impl UnwindSafe for TMP_Text_UnicodeChar
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)