#[repr(C)]pub struct VertexAttributeFormat {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl VertexAttributeFormat
impl VertexAttributeFormat
pub fn float32() -> Self
pub fn float16() -> Self
pub fn u_norm8() -> Self
pub fn s_norm8() -> Self
pub fn u_norm16() -> Self
pub fn s_norm16() -> Self
pub fn u_int8() -> Self
pub fn s_int8() -> Self
pub fn u_int16() -> Self
pub fn s_int16() -> Self
pub fn u_int32() -> Self
pub fn s_int32() -> Self
Trait Implementations§
Source§impl Clone for VertexAttributeFormat
impl Clone for VertexAttributeFormat
Source§fn clone(&self) -> VertexAttributeFormat
fn clone(&self) -> VertexAttributeFormat
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VertexAttributeFormat
impl Debug for VertexAttributeFormat
Source§impl PartialEq for VertexAttributeFormat
impl PartialEq for VertexAttributeFormat
impl Copy for VertexAttributeFormat
impl Eq for VertexAttributeFormat
impl StructuralPartialEq for VertexAttributeFormat
Auto Trait Implementations§
impl Freeze for VertexAttributeFormat
impl RefUnwindSafe for VertexAttributeFormat
impl Send for VertexAttributeFormat
impl Sync for VertexAttributeFormat
impl Unpin for VertexAttributeFormat
impl UnwindSafe for VertexAttributeFormat
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)