pub struct CodePage(pub RegisterAndImmediate);Expand description
Absolute addressing into the code page of the currently executing program.
Tuple Fields§
§0: RegisterAndImmediateTrait Implementations§
impl Copy for CodePage
Auto Trait Implementations§
impl Freeze for CodePage
impl RefUnwindSafe for CodePage
impl Send for CodePage
impl Sync for CodePage
impl Unpin for CodePage
impl UnwindSafe for CodePage
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