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