[][src]Struct sfml_rust::util::vertex_3d::TextVertex3D

pub struct TextVertex3D {
    pub position: [f32; 3],
}

Text vertex 3d with vertex position

Fields

position: [f32; 3]

Trait Implementations

impl Default for TextVertex3D[src]

impl Clone for TextVertex3D[src]

impl Copy for TextVertex3D[src]

impl Debug for TextVertex3D[src]

impl Vertex for TextVertex3D

Auto Trait Implementations

impl Send for TextVertex3D

impl Unpin for TextVertex3D

impl Sync for TextVertex3D

impl UnwindSafe for TextVertex3D

impl RefUnwindSafe for TextVertex3D

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> SetParameter for T[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Content for T[src]

impl<T> Erased for T[src]

impl<T> SafeBorrow<T> for T[src]