#[repr(C)]pub struct vfio_device_low_power_entry_with_wakeup {
pub wakeup_eventfd: i32,
pub reserved: u32,
}
Fields§
§wakeup_eventfd: i32
§reserved: u32
Trait Implementations§
source§impl Clone for vfio_device_low_power_entry_with_wakeup
impl Clone for vfio_device_low_power_entry_with_wakeup
source§fn clone(&self) -> vfio_device_low_power_entry_with_wakeup
fn clone(&self) -> vfio_device_low_power_entry_with_wakeup
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 Default for vfio_device_low_power_entry_with_wakeup
impl Default for vfio_device_low_power_entry_with_wakeup
source§fn default() -> vfio_device_low_power_entry_with_wakeup
fn default() -> vfio_device_low_power_entry_with_wakeup
Returns the “default value” for a type. Read more
impl Copy for vfio_device_low_power_entry_with_wakeup
Auto Trait Implementations§
impl RefUnwindSafe for vfio_device_low_power_entry_with_wakeup
impl Send for vfio_device_low_power_entry_with_wakeup
impl Sync for vfio_device_low_power_entry_with_wakeup
impl Unpin for vfio_device_low_power_entry_with_wakeup
impl UnwindSafe for vfio_device_low_power_entry_with_wakeup
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