pub enum GlowVertexAttrib {
Float {
channels: u8,
normalized: bool,
},
Integer {
channels: u8,
},
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GlowVertexAttrib
impl Clone for GlowVertexAttrib
Source§fn clone(&self) -> GlowVertexAttrib
fn clone(&self) -> GlowVertexAttrib
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GlowVertexAttrib
Auto Trait Implementations§
impl Freeze for GlowVertexAttrib
impl RefUnwindSafe for GlowVertexAttrib
impl Send for GlowVertexAttrib
impl Sync for GlowVertexAttrib
impl Unpin for GlowVertexAttrib
impl UnwindSafe for GlowVertexAttrib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more