pub enum Rf {
ST0,
ST1,
ST2,
ST3,
ST4,
ST5,
ST6,
ST7,
}
Expand description
10-byte floating point registers.
Variants
ST0
ST1
ST2
ST3
ST4
ST5
ST6
ST7
Trait Implementations
impl Copy for Rf
impl Eq for Rf
impl StructuralEq for Rf
impl StructuralPartialEq for Rf
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