#[repr(C)]pub struct TMP_Vertex {
pub position: Vector3,
pub uv: Vector2,
pub uv2: Vector2,
pub uv4: Vector2,
pub color: Color32,
}Expand description
Fields§
§position: Vector3§uv: Vector2§uv2: Vector2§uv4: Vector2§color: Color32Implementations§
Source§impl TMP_Vertex
impl TMP_Vertex
pub fn k_zero() -> TMP_Vertex
pub fn set_k_zero(value: TMP_Vertex)
Source§impl TMP_Vertex
impl TMP_Vertex
Sourcepub fn get_zero() -> TMP_Vertex
pub fn get_zero() -> TMP_Vertex
get_zero() overload
Source§impl TMP_Vertex
impl TMP_Vertex
pub fn get_zero_method_info() -> &'static MethodInfo
pub fn cctor_method_info() -> &'static MethodInfo
Trait Implementations§
Source§impl ClassIdentity for TMP_Vertex
impl ClassIdentity for TMP_Vertex
Source§impl Clone for TMP_Vertex
impl Clone for TMP_Vertex
Source§fn clone(&self) -> TMP_Vertex
fn clone(&self) -> TMP_Vertex
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_Vertex
Auto Trait Implementations§
impl Freeze for TMP_Vertex
impl RefUnwindSafe for TMP_Vertex
impl Send for TMP_Vertex
impl Sync for TMP_Vertex
impl Unpin for TMP_Vertex
impl UnwindSafe for TMP_Vertex
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)