pub enum Group4Prefix {
AddressSizeOverride,
}
Expand description
Contains the address-size override prefix (0x67
). From the reference
manual:
The address-size override prefix (67H) allows programs to switch between 16- and 32-bit addressing. Either size can be the default; the prefix selects the non-default size.
Variants§
AddressSizeOverride
Trait Implementations§
Source§impl Display for Group4Prefix
impl Display for Group4Prefix
Auto Trait Implementations§
impl Freeze for Group4Prefix
impl RefUnwindSafe for Group4Prefix
impl Send for Group4Prefix
impl Sync for Group4Prefix
impl Unpin for Group4Prefix
impl UnwindSafe for Group4Prefix
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