Struct kvm_bindings::kvm_reg_list
source · #[repr(C)]pub struct kvm_reg_list {
pub n: __u64,
pub reg: __IncompleteArrayField<__u64>,
}Fields
n: __u64reg: __IncompleteArrayField<__u64>Trait Implementations
sourceimpl Debug for kvm_reg_list
impl Debug for kvm_reg_list
sourceimpl Default for kvm_reg_list
impl Default for kvm_reg_list
sourcefn default() -> kvm_reg_list
fn default() -> kvm_reg_list
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for kvm_reg_list
impl Send for kvm_reg_list
impl Sync for kvm_reg_list
impl Unpin for kvm_reg_list
impl UnwindSafe for kvm_reg_list
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