Struct ckb_gdb_remote_protocol::Bytecode
source · pub struct Bytecode {
pub bytecode: Vec<u8>,
}
Expand description
Target-specific bytecode.
Fields§
§bytecode: Vec<u8>
The bytecodes.
Trait Implementations§
source§impl PartialEq for Bytecode
impl PartialEq for Bytecode
impl StructuralPartialEq for Bytecode
Auto Trait Implementations§
impl RefUnwindSafe for Bytecode
impl Send for Bytecode
impl Sync for Bytecode
impl Unpin for Bytecode
impl UnwindSafe for Bytecode
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