pub struct DregList { /* private fields */ }Expand description
List of general-purpose double-precision floation-point registers, used by VLDM/VSTM
Implementations§
Trait Implementations§
Source§impl From<DregList> for DefUseArgument
impl From<DregList> for DefUseArgument
Source§fn from(value: DregList) -> DefUseArgument
fn from(value: DregList) -> DefUseArgument
Converts to this type from the input type.
Source§impl Ord for DregList
impl Ord for DregList
Source§impl PartialOrd for DregList
impl PartialOrd for DregList
impl Copy for DregList
impl Eq for DregList
impl StructuralPartialEq for DregList
Auto Trait Implementations§
impl Freeze for DregList
impl RefUnwindSafe for DregList
impl Send for DregList
impl Sync for DregList
impl Unpin for DregList
impl UnwindSafe for DregList
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