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