#[repr(C)]pub struct BhsOpcode {
pub flags: bool,
pub opcode: Opcode,
}Expand description
Typed representation of the very first BHS byte.
flags– high-order I bit.opcode– 6-bit op-code.
Fields§
§flags: bool§opcode: OpcodeTrait Implementations§
impl Eq for BhsOpcode
impl StructuralPartialEq for BhsOpcode
Auto Trait Implementations§
impl Freeze for BhsOpcode
impl RefUnwindSafe for BhsOpcode
impl Send for BhsOpcode
impl Sync for BhsOpcode
impl Unpin for BhsOpcode
impl UnsafeUnpin for BhsOpcode
impl UnwindSafe for BhsOpcode
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.