pub struct OpcodeLog(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpcodeLog
impl RefUnwindSafe for OpcodeLog
impl Send for OpcodeLog
impl Sync for OpcodeLog
impl Unpin for OpcodeLog
impl UnwindSafe for OpcodeLog
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