#[repr(transparent)]pub struct WGPUIndexFormat(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl WGPUIndexFormat
impl WGPUIndexFormat
pub const WGPUIndexFormat_Undefined: WGPUIndexFormat
Source§impl WGPUIndexFormat
impl WGPUIndexFormat
pub const WGPUIndexFormat_Uint16: WGPUIndexFormat
Source§impl WGPUIndexFormat
impl WGPUIndexFormat
pub const WGPUIndexFormat_Uint32: WGPUIndexFormat
Source§impl WGPUIndexFormat
impl WGPUIndexFormat
pub const WGPUIndexFormat_Force32: WGPUIndexFormat
Trait Implementations§
Source§impl Clone for WGPUIndexFormat
impl Clone for WGPUIndexFormat
Source§fn clone(&self) -> WGPUIndexFormat
fn clone(&self) -> WGPUIndexFormat
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 moreSource§impl Debug for WGPUIndexFormat
impl Debug for WGPUIndexFormat
Source§impl Hash for WGPUIndexFormat
impl Hash for WGPUIndexFormat
Source§impl PartialEq for WGPUIndexFormat
impl PartialEq 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