#[repr(u32)]pub enum TcgOpCode {
SUB = 0,
}Variants§
SUB = 0
Trait Implementations§
Source§impl Ord for TcgOpCode
impl Ord for TcgOpCode
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 PartialOrd for TcgOpCode
impl PartialOrd for TcgOpCode
impl Copy for TcgOpCode
impl Eq for TcgOpCode
impl StructuralPartialEq for TcgOpCode
Auto Trait Implementations§
impl Freeze for TcgOpCode
impl RefUnwindSafe for TcgOpCode
impl Send for TcgOpCode
impl Sync for TcgOpCode
impl Unpin for TcgOpCode
impl UnsafeUnpin for TcgOpCode
impl UnwindSafe for TcgOpCode
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