Struct rustic_gl::attributes::Attribute[][src]

pub struct Attribute<T: ToGlAttrib, A: AttributeTrait>(_);

Methods

impl<T: ToGlAttrib, A: AttributeTrait> Attribute<T, A>
[src]

Shadow the trait method so the user never has to interact with the Traits

Trait Implementations

impl<T: ToGlAttrib, A: AttributeTrait> AttributeTrait for Attribute<T, A>
[src]

Calculate the padding necessary from offset to reach this Attributes alignment requirements. Read more

Auto Trait Implementations

impl<T, A> Send for Attribute<T, A> where
    A: Send,
    T: Send

impl<T, A> Sync for Attribute<T, A> where
    A: Sync,
    T: Sync