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