pub struct BaseOpX16 {
pub opcode: u32,
}Fields§
§opcode: u32Implementations§
Trait Implementations§
impl Copy for BaseOpX16
Auto Trait Implementations§
impl Freeze for BaseOpX16
impl RefUnwindSafe for BaseOpX16
impl Send for BaseOpX16
impl Sync for BaseOpX16
impl Unpin for BaseOpX16
impl UnsafeUnpin for BaseOpX16
impl UnwindSafe for BaseOpX16
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