#[repr(u32)]pub enum OpSignature {
Show 14 variants
GpW = 67_108_921,
GpX = 134_217_793,
B = 16_777_545,
H = 33_554_769,
S = 67_109_209,
D = 134_218_081,
Q = 268_435_817,
V8B = 134_222_177,
V4H = 134_226_273,
V2S = 134_230_369,
V16B = 268_439_913,
V8H = 268_444_009,
V4S = 268_448_105,
V2D = 268_452_201,
}Variants§
GpW = 67_108_921
GpX = 134_217_793
B = 16_777_545
H = 33_554_769
S = 67_109_209
D = 134_218_081
Q = 268_435_817
V8B = 134_222_177
V4H = 134_226_273
V2S = 134_230_369
V16B = 268_439_913
V8H = 268_444_009
V4S = 268_448_105
V2D = 268_452_201
Trait Implementations§
Source§impl Clone for OpSignature
impl Clone for OpSignature
Source§fn clone(&self) -> OpSignature
fn clone(&self) -> OpSignature
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 OpSignature
impl Debug for OpSignature
Source§impl PartialEq for OpSignature
impl PartialEq for OpSignature
impl Copy for OpSignature
impl Eq for OpSignature
impl StructuralPartialEq for OpSignature
Auto Trait Implementations§
impl Freeze for OpSignature
impl RefUnwindSafe for OpSignature
impl Send for OpSignature
impl Sync for OpSignature
impl Unpin for OpSignature
impl UnsafeUnpin for OpSignature
impl UnwindSafe for OpSignature
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