#[repr(C)]pub struct Struct_acpi_asf_remote {
pub Header: ACPI_ASF_HEADER,
pub Controls: UINT8,
pub DataLength: UINT8,
pub Reserved2: UINT16,
}Fields§
§Header: ACPI_ASF_HEADER§Controls: UINT8§DataLength: UINT8§Reserved2: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_asf_remote
impl Clone for Struct_acpi_asf_remote
Source§impl Default for Struct_acpi_asf_remote
impl Default for Struct_acpi_asf_remote
impl Copy for Struct_acpi_asf_remote
Auto Trait Implementations§
impl Freeze for Struct_acpi_asf_remote
impl RefUnwindSafe for Struct_acpi_asf_remote
impl Send for Struct_acpi_asf_remote
impl Sync for Struct_acpi_asf_remote
impl Unpin for Struct_acpi_asf_remote
impl UnwindSafe for Struct_acpi_asf_remote
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