pub struct Opcode32 { /* private fields */ }Implementations§
Source§impl Opcode32
impl Opcode32
pub fn build_opcode( instruction: u8, operand1: u8, operand2: u8, operand3: u8, ) -> Opcode32
pub fn get_opcode(&self) -> u32
pub fn lower32(uint: u64) -> u32
pub fn upper32(uint: u64) -> u32
pub fn f64lower32(uint: f64) -> u32
pub fn f64upper32(uint: f64) -> u32
pub fn f32lower32(uint: f32) -> u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opcode32
impl RefUnwindSafe for Opcode32
impl Send for Opcode32
impl Sync for Opcode32
impl Unpin for Opcode32
impl UnwindSafe for Opcode32
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