#[repr(transparent)]pub struct WGPUVertexFormat(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Uint8: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Sint8: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Unorm8: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Snorm8: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Uint16: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Sint16: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Uint32: WGPUVertexFormat
Source§impl WGPUVertexFormat
impl WGPUVertexFormat
pub const WGPUVertexFormat_Sint32: WGPUVertexFormat
Trait Implementations§
Source§impl Clone for WGPUVertexFormat
impl Clone for WGPUVertexFormat
Source§fn clone(&self) -> WGPUVertexFormat
fn clone(&self) -> WGPUVertexFormat
Returns a duplicate 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 moreSource§impl Debug for WGPUVertexFormat
impl Debug for WGPUVertexFormat
Source§impl Hash for WGPUVertexFormat
impl Hash for WGPUVertexFormat
Source§impl Ord for WGPUVertexFormat
impl Ord for WGPUVertexFormat
Source§fn cmp(&self, other: &WGPUVertexFormat) -> Ordering
fn cmp(&self, other: &WGPUVertexFormat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUVertexFormat
impl PartialEq for WGPUVertexFormat
Source§impl PartialOrd for WGPUVertexFormat
impl PartialOrd for WGPUVertexFormat
impl Copy for WGPUVertexFormat
impl Eq for WGPUVertexFormat
impl StructuralPartialEq for WGPUVertexFormat
Auto Trait Implementations§
impl Freeze for WGPUVertexFormat
impl RefUnwindSafe for WGPUVertexFormat
impl Send for WGPUVertexFormat
impl Sync for WGPUVertexFormat
impl Unpin for WGPUVertexFormat
impl UnwindSafe for WGPUVertexFormat
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