Struct kvm_sys::x86::bindings::kvm_s390_pv_info_header
source · #[repr(C)]pub struct kvm_s390_pv_info_header {
pub id: u32,
pub len_max: u32,
pub len_written: u32,
pub reserved: u32,
}
Fields§
§id: u32
§len_max: u32
§len_written: u32
§reserved: u32
Trait Implementations§
source§impl Clone for kvm_s390_pv_info_header
impl Clone for kvm_s390_pv_info_header
source§fn clone(&self) -> kvm_s390_pv_info_header
fn clone(&self) -> kvm_s390_pv_info_header
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_pv_info_header
impl Debug for kvm_s390_pv_info_header
source§impl Default for kvm_s390_pv_info_header
impl Default for kvm_s390_pv_info_header
source§fn default() -> kvm_s390_pv_info_header
fn default() -> kvm_s390_pv_info_header
Returns the “default value” for a type. Read more
impl Copy for kvm_s390_pv_info_header
Auto Trait Implementations§
impl RefUnwindSafe for kvm_s390_pv_info_header
impl Send for kvm_s390_pv_info_header
impl Sync for kvm_s390_pv_info_header
impl Unpin for kvm_s390_pv_info_header
impl UnwindSafe for kvm_s390_pv_info_header
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