#[repr(transparent)]pub struct WGPULoadOp(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl WGPULoadOp
impl WGPULoadOp
pub const Undefined: Self = raw::WGPULoadOp_WGPULoadOp_Undefined
pub const Load: Self = raw::WGPULoadOp_WGPULoadOp_Load
pub const Clear: Self = raw::WGPULoadOp_WGPULoadOp_Clear
pub const ExpandResolveTexture: Self = raw::WGPULoadOp_WGPULoadOp_ExpandResolveTexture
Trait Implementations§
Source§impl Clone for WGPULoadOp
impl Clone for WGPULoadOp
Source§fn clone(&self) -> WGPULoadOp
fn clone(&self) -> WGPULoadOp
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 WGPULoadOp
impl Debug for WGPULoadOp
Source§impl Hash for WGPULoadOp
impl Hash for WGPULoadOp
Source§impl Ord for WGPULoadOp
impl Ord for WGPULoadOp
Source§fn cmp(&self, other: &WGPULoadOp) -> Ordering
fn cmp(&self, other: &WGPULoadOp) -> 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 WGPULoadOp
impl PartialEq for WGPULoadOp
Source§impl PartialOrd for WGPULoadOp
impl PartialOrd for WGPULoadOp
impl Copy for WGPULoadOp
impl Eq for WGPULoadOp
impl StructuralPartialEq for WGPULoadOp
Auto Trait Implementations§
impl Freeze for WGPULoadOp
impl RefUnwindSafe for WGPULoadOp
impl Send for WGPULoadOp
impl Sync for WGPULoadOp
impl Unpin for WGPULoadOp
impl UnwindSafe for WGPULoadOp
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