#[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 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 WGPUTextureDimension
impl Debug for WGPUTextureDimension
Source§impl Hash for WGPUTextureDimension
impl Hash for WGPUTextureDimension
Source§impl PartialEq for WGPUTextureDimension
impl PartialEq 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