pub struct MshvRegList {
pub reg_list: Vec<hv_register_name>,
}Fields§
§reg_list: Vec<hv_register_name>Trait Implementations§
Source§impl Clone for MshvRegList
impl Clone for MshvRegList
Source§fn clone(&self) -> MshvRegList
fn clone(&self) -> MshvRegList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MshvRegList
impl Debug for MshvRegList
Source§impl Default for MshvRegList
impl Default for MshvRegList
Source§fn default() -> MshvRegList
fn default() -> MshvRegList
Returns the “default value” for a type. Read more
Source§impl PartialEq for MshvRegList
impl PartialEq for MshvRegList
impl Eq for MshvRegList
impl StructuralPartialEq for MshvRegList
Auto Trait Implementations§
impl Freeze for MshvRegList
impl RefUnwindSafe for MshvRegList
impl Send for MshvRegList
impl Sync for MshvRegList
impl Unpin for MshvRegList
impl UnwindSafe for MshvRegList
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