#[repr(u32)]pub enum DebugPrintFOp {
DebugPrintf = 1,
}Expand description
SPIR-V extension instructions opcodes
Variants§
DebugPrintf = 1
Implementations§
Trait Implementations§
Source§impl Clone for DebugPrintFOp
impl Clone for DebugPrintFOp
Source§fn clone(&self) -> DebugPrintFOp
fn clone(&self) -> DebugPrintFOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DebugPrintFOp
Source§impl Debug for DebugPrintFOp
impl Debug for DebugPrintFOp
impl Eq for DebugPrintFOp
Source§impl Hash for DebugPrintFOp
impl Hash for DebugPrintFOp
Source§impl Ord for DebugPrintFOp
impl Ord for DebugPrintFOp
Source§fn cmp(&self, other: &DebugPrintFOp) -> Ordering
fn cmp(&self, other: &DebugPrintFOp) -> Ordering
1.21.0 (const: unstable) · 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 DebugPrintFOp
impl PartialEq for DebugPrintFOp
Source§impl PartialOrd for DebugPrintFOp
impl PartialOrd for DebugPrintFOp
impl StructuralPartialEq for DebugPrintFOp
Auto Trait Implementations§
impl Freeze for DebugPrintFOp
impl RefUnwindSafe for DebugPrintFOp
impl Send for DebugPrintFOp
impl Sync for DebugPrintFOp
impl Unpin for DebugPrintFOp
impl UnsafeUnpin for DebugPrintFOp
impl UnwindSafe for DebugPrintFOp
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