Struct kvm_hyperv_eventfd
#[repr(C)]pub struct kvm_hyperv_eventfd {
pub conn_id: u32,
pub fd: i32,
pub flags: u32,
pub padding: [u32; 3],
}
Fields§
§conn_id: u32
§fd: i32
§flags: u32
§padding: [u32; 3]
Trait Implementations§
§impl Clone for kvm_hyperv_eventfd
impl Clone for kvm_hyperv_eventfd
§fn clone(&self) -> kvm_hyperv_eventfd
fn clone(&self) -> kvm_hyperv_eventfd
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 more§impl Debug for kvm_hyperv_eventfd
impl Debug for kvm_hyperv_eventfd
§impl Default for kvm_hyperv_eventfd
impl Default for kvm_hyperv_eventfd
§fn default() -> kvm_hyperv_eventfd
fn default() -> kvm_hyperv_eventfd
Returns the “default value” for a type. Read more
§impl PartialEq for kvm_hyperv_eventfd
impl PartialEq for kvm_hyperv_eventfd
impl Copy for kvm_hyperv_eventfd
impl StructuralPartialEq for kvm_hyperv_eventfd
Auto Trait Implementations§
impl Freeze for kvm_hyperv_eventfd
impl RefUnwindSafe for kvm_hyperv_eventfd
impl Send for kvm_hyperv_eventfd
impl Sync for kvm_hyperv_eventfd
impl Unpin for kvm_hyperv_eventfd
impl UnwindSafe for kvm_hyperv_eventfd
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