Struct kvm_bindings::kvm_sev_dbg
source · Fields
src_uaddr: __u64dst_uaddr: __u64len: __u32Trait Implementations
sourceimpl Clone for kvm_sev_dbg
impl Clone for kvm_sev_dbg
sourcefn clone(&self) -> kvm_sev_dbg
fn clone(&self) -> kvm_sev_dbg
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_sev_dbg
impl Debug for kvm_sev_dbg
sourceimpl Default for kvm_sev_dbg
impl Default for kvm_sev_dbg
sourcefn default() -> kvm_sev_dbg
fn default() -> kvm_sev_dbg
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_sev_dbg> for kvm_sev_dbg
impl PartialEq<kvm_sev_dbg> for kvm_sev_dbg
sourcefn eq(&self, other: &kvm_sev_dbg) -> bool
fn eq(&self, other: &kvm_sev_dbg) -> bool
impl Copy for kvm_sev_dbg
impl StructuralPartialEq for kvm_sev_dbg
Auto Trait Implementations
impl RefUnwindSafe for kvm_sev_dbg
impl Send for kvm_sev_dbg
impl Sync for kvm_sev_dbg
impl Unpin for kvm_sev_dbg
impl UnwindSafe for kvm_sev_dbg
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