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