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