#[repr(C)]pub struct kvm_irq_routing_s390_adapter {
pub ind_addr: __u64,
pub summary_addr: __u64,
pub ind_offset: __u64,
pub summary_offset: __u32,
pub adapter_id: __u32,
}
Available on x86-64 only.
Fields§
§ind_addr: __u64
§summary_addr: __u64
§ind_offset: __u64
§summary_offset: __u32
§adapter_id: __u32
Trait Implementations§
Source§impl Clone for kvm_irq_routing_s390_adapter
impl Clone for kvm_irq_routing_s390_adapter
Source§fn clone(&self) -> kvm_irq_routing_s390_adapter
fn clone(&self) -> kvm_irq_routing_s390_adapter
Returns a duplicate 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_irq_routing_s390_adapter
impl Debug for kvm_irq_routing_s390_adapter
Source§impl Default for kvm_irq_routing_s390_adapter
impl Default for kvm_irq_routing_s390_adapter
Source§fn default() -> kvm_irq_routing_s390_adapter
fn default() -> kvm_irq_routing_s390_adapter
Returns the “default value” for a type. Read more
Source§impl FromBytes for kvm_irq_routing_s390_adapter
impl FromBytes for kvm_irq_routing_s390_adapter
Source§impl IntoBytes for kvm_irq_routing_s390_adapter
impl IntoBytes for kvm_irq_routing_s390_adapter
Source§fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
fn as_mut_bytes(&mut self) -> &mut [u8] ⓘwhere
Self: FromBytes,
Gets the bytes of this value mutably. Read more
Source§fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
fn write_to(&self, dst: &mut [u8]) -> Result<(), SizeError<&Self, &mut [u8]>>where
Self: Immutable,
Source§impl PartialEq for kvm_irq_routing_s390_adapter
impl PartialEq for kvm_irq_routing_s390_adapter
Source§fn eq(&self, other: &kvm_irq_routing_s390_adapter) -> bool
fn eq(&self, other: &kvm_irq_routing_s390_adapter) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl TryFromBytes for kvm_irq_routing_s390_adapter
impl TryFromBytes for kvm_irq_routing_s390_adapter
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for kvm_irq_routing_s390_adapter
impl Immutable for kvm_irq_routing_s390_adapter
impl StructuralPartialEq for kvm_irq_routing_s390_adapter
Auto Trait Implementations§
impl Freeze for kvm_irq_routing_s390_adapter
impl RefUnwindSafe for kvm_irq_routing_s390_adapter
impl Send for kvm_irq_routing_s390_adapter
impl Sync for kvm_irq_routing_s390_adapter
impl Unpin for kvm_irq_routing_s390_adapter
impl UnwindSafe for kvm_irq_routing_s390_adapter
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