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