Enum solstice::vertex::AttributeType [−][src]
pub enum AttributeType {
F32,
F32F32,
F32F32F32,
F32F32F32F32,
F32x2x2,
F32x3x3,
F32x4x4,
I32,
I32I32,
I32I32I32,
I32I32I32I32,
}Variants
Implementations
impl AttributeType[src]
impl AttributeType[src]Trait Implementations
impl Clone for AttributeType[src]
impl Clone for AttributeType[src]fn clone(&self) -> AttributeType[src]
fn clone(&self) -> AttributeType[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl Debug for AttributeType[src]
impl Debug for AttributeType[src]impl PartialEq<AttributeType> for AttributeType[src]
impl PartialEq<AttributeType> for AttributeType[src]impl Copy for AttributeType[src]
impl Eq for AttributeType[src]
impl StructuralEq for AttributeType[src]
impl StructuralPartialEq for AttributeType[src]
Auto Trait Implementations
impl RefUnwindSafe for AttributeType
impl Send for AttributeType
impl Sync for AttributeType
impl Unpin for AttributeType
impl UnwindSafe for AttributeType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more