pub enum Rs {
ES,
CS,
SS,
DS,
FS,
GS,
}
Expand description
2-byte segment registers.
Variants
ES
CS
SS
DS
FS
GS
Trait Implementations
impl Copy for Rs
impl Eq for Rs
impl StructuralEq for Rs
impl StructuralPartialEq for Rs
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more