pub enum Rf {
ST0 = 0,
ST1 = 1,
ST2 = 2,
ST3 = 3,
ST4 = 4,
ST5 = 5,
ST6 = 6,
ST7 = 7,
}
Expand description
10-byte floating point registers.
Variants§
Trait Implementations§
impl Copy for Rf
impl Eq for Rf
impl StructuralPartialEq for Rf
Auto Trait Implementations§
impl Freeze for Rf
impl RefUnwindSafe for Rf
impl Send for Rf
impl Sync for Rf
impl Unpin for Rf
impl UnwindSafe for Rf
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