#[repr(transparent)]pub struct WGPUIndexFormat(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl WGPUIndexFormat
impl WGPUIndexFormat
Trait Implementations§
Source§impl Clone for WGPUIndexFormat
impl Clone for WGPUIndexFormat
Source§fn clone(&self) -> WGPUIndexFormat
fn clone(&self) -> WGPUIndexFormat
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 WGPUIndexFormat
impl Debug for WGPUIndexFormat
§impl Default for WGPUIndexFormat
impl Default for WGPUIndexFormat
Source§impl Hash for WGPUIndexFormat
impl Hash for WGPUIndexFormat
Source§impl Ord for WGPUIndexFormat
impl Ord for WGPUIndexFormat
Source§fn cmp(&self, other: &WGPUIndexFormat) -> Ordering
fn cmp(&self, other: &WGPUIndexFormat) -> 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 WGPUIndexFormat
impl PartialEq for WGPUIndexFormat
Source§impl PartialOrd for WGPUIndexFormat
impl PartialOrd for WGPUIndexFormat
impl Copy for WGPUIndexFormat
impl Eq for WGPUIndexFormat
impl StructuralPartialEq for WGPUIndexFormat
Auto Trait Implementations§
impl Freeze for WGPUIndexFormat
impl RefUnwindSafe for WGPUIndexFormat
impl Send for WGPUIndexFormat
impl Sync for WGPUIndexFormat
impl Unpin for WGPUIndexFormat
impl UnwindSafe for WGPUIndexFormat
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