Struct vfio_sys::plat::acpi_evt_forward_set
source · #[repr(C)]pub struct acpi_evt_forward_set {
pub argsz: __u32,
pub action_flags: __u32,
pub __bindgen_anon_1: acpi_evt_forward_set__bindgen_ty_1,
}
Fields§
§argsz: __u32
§action_flags: __u32
§__bindgen_anon_1: acpi_evt_forward_set__bindgen_ty_1
Trait Implementations§
source§impl Clone for acpi_evt_forward_set
impl Clone for acpi_evt_forward_set
source§fn clone(&self) -> acpi_evt_forward_set
fn clone(&self) -> acpi_evt_forward_set
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 acpi_evt_forward_set
impl Default for acpi_evt_forward_set
source§fn default() -> acpi_evt_forward_set
fn default() -> acpi_evt_forward_set
Returns the “default value” for a type. Read more
impl Copy for acpi_evt_forward_set
Auto Trait Implementations§
impl RefUnwindSafe for acpi_evt_forward_set
impl Send for acpi_evt_forward_set
impl Sync for acpi_evt_forward_set
impl Unpin for acpi_evt_forward_set
impl UnwindSafe for acpi_evt_forward_set
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