Struct kvm_sys::x86::bindings::kvm_s390_interrupt
source · #[repr(C)]pub struct kvm_s390_interrupt {
pub type_: u32,
pub parm: u32,
pub parm64: u64,
}
Fields§
§type_: u32
§parm: u32
§parm64: u64
Trait Implementations§
source§impl Clone for kvm_s390_interrupt
impl Clone for kvm_s390_interrupt
source§fn clone(&self) -> kvm_s390_interrupt
fn clone(&self) -> kvm_s390_interrupt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for kvm_s390_interrupt
impl Debug for kvm_s390_interrupt
source§impl Default for kvm_s390_interrupt
impl Default for kvm_s390_interrupt
source§fn default() -> kvm_s390_interrupt
fn default() -> kvm_s390_interrupt
Returns the “default value” for a type. Read more
impl Copy 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more