pub struct CodeSegment {
pub address: u16,
pub code: Vec<u8>,
}
Fields§
§address: u16
§code: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeSegment
impl RefUnwindSafe for CodeSegment
impl Send for CodeSegment
impl Sync for CodeSegment
impl Unpin for CodeSegment
impl UnwindSafe for CodeSegment
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