Struct kvm_bindings::kvm_s390_ucas_mapping
source · #[repr(C)]pub struct kvm_s390_ucas_mapping {
pub user_addr: __u64,
pub vcpu_addr: __u64,
pub length: __u64,
}Fields
user_addr: __u64vcpu_addr: __u64length: __u64Trait Implementations
sourceimpl Clone for kvm_s390_ucas_mapping
impl Clone for kvm_s390_ucas_mapping
sourcefn clone(&self) -> kvm_s390_ucas_mapping
fn clone(&self) -> kvm_s390_ucas_mapping
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_s390_ucas_mapping
impl Debug for kvm_s390_ucas_mapping
sourceimpl Default for kvm_s390_ucas_mapping
impl Default for kvm_s390_ucas_mapping
sourcefn default() -> kvm_s390_ucas_mapping
fn default() -> kvm_s390_ucas_mapping
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_s390_ucas_mapping> for kvm_s390_ucas_mapping
impl PartialEq<kvm_s390_ucas_mapping> for kvm_s390_ucas_mapping
sourcefn eq(&self, other: &kvm_s390_ucas_mapping) -> bool
fn eq(&self, other: &kvm_s390_ucas_mapping) -> bool
impl Copy for kvm_s390_ucas_mapping
impl StructuralPartialEq for kvm_s390_ucas_mapping
Auto Trait Implementations
impl RefUnwindSafe for kvm_s390_ucas_mapping
impl Send for kvm_s390_ucas_mapping
impl Sync for kvm_s390_ucas_mapping
impl Unpin for kvm_s390_ucas_mapping
impl UnwindSafe for kvm_s390_ucas_mapping
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