#[repr(C)]pub struct TMP_Text_TextBackingContainer {
pub m_array: Array<u32>,
pub m_count: i32,
}Expand description
Fields§
§m_array: Array<u32>§m_count: i32Implementations§
Source§impl TMP_Text_TextBackingContainer
impl TMP_Text_TextBackingContainer
Sourcepub fn get_capacity(&mut self) -> i32
pub fn get_capacity(&mut self) -> i32
get_Capacity() overload
Source§impl TMP_Text_TextBackingContainer
impl TMP_Text_TextBackingContainer
pub fn get_capacity_method_info() -> &'static MethodInfo
pub fn get_count_method_info() -> &'static MethodInfo
pub fn set_count_method_info() -> &'static MethodInfo
pub fn get_item_method_info() -> &'static MethodInfo
pub fn set_item_method_info() -> &'static MethodInfo
pub fn ctor_method_info() -> &'static MethodInfo
pub fn resize_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl Clone for TMP_Text_TextBackingContainer
impl Clone for TMP_Text_TextBackingContainer
Source§fn clone(&self) -> TMP_Text_TextBackingContainer
fn clone(&self) -> TMP_Text_TextBackingContainer
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_TextBackingContainer
Auto Trait Implementations§
impl Freeze for TMP_Text_TextBackingContainer
impl RefUnwindSafe for TMP_Text_TextBackingContainer
impl Send for TMP_Text_TextBackingContainer
impl Sync for TMP_Text_TextBackingContainer
impl Unpin for TMP_Text_TextBackingContainer
impl UnwindSafe for TMP_Text_TextBackingContainer
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)