[][src]Struct sfml_rust::canvas::shader::text_shader::GlyphInstance

pub struct GlyphInstance {
    pub screen_position: (f32, f32),
    pub atlas_position: (f32, f32),
    pub atlas_size: (f32, f32),
    pub scale: f32,
}

Fields

screen_position: (f32, f32)atlas_position: (f32, f32)atlas_size: (f32, f32)scale: f32

Trait Implementations

impl Default for GlyphInstance[src]

impl Clone for GlyphInstance[src]

impl Copy for GlyphInstance[src]

impl Debug for GlyphInstance[src]

impl Vertex for GlyphInstance

Auto Trait Implementations

impl Send for GlyphInstance

impl Unpin for GlyphInstance

impl Sync for GlyphInstance

impl UnwindSafe for GlyphInstance

impl RefUnwindSafe for GlyphInstance

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]