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