Struct kvm_bindings::kvm_debugregs
source · #[repr(C)]pub struct kvm_debugregs {
pub db: [__u64; 4],
pub dr6: __u64,
pub dr7: __u64,
pub flags: __u64,
pub reserved: [__u64; 9],
}Fields
db: [__u64; 4]dr6: __u64dr7: __u64flags: __u64reserved: [__u64; 9]Trait Implementations
sourceimpl Clone for kvm_debugregs
impl Clone for kvm_debugregs
sourcefn clone(&self) -> kvm_debugregs
fn clone(&self) -> kvm_debugregs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_debugregs
impl Debug for kvm_debugregs
sourceimpl Default for kvm_debugregs
impl Default for kvm_debugregs
sourcefn default() -> kvm_debugregs
fn default() -> kvm_debugregs
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_debugregs> for kvm_debugregs
impl PartialEq<kvm_debugregs> for kvm_debugregs
sourcefn eq(&self, other: &kvm_debugregs) -> bool
fn eq(&self, other: &kvm_debugregs) -> bool
impl Copy for kvm_debugregs
impl StructuralPartialEq for kvm_debugregs
Auto Trait Implementations
impl RefUnwindSafe for kvm_debugregs
impl Send for kvm_debugregs
impl Sync for kvm_debugregs
impl Unpin for kvm_debugregs
impl UnwindSafe for kvm_debugregs
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