#[repr(C)]pub struct ACPI_DEBUGGING_DEVICE_IN_USE {
pub NameSpacePathLength: u32,
pub NameSpacePath: [u16; 1],
}
Fields§
§NameSpacePathLength: u32
§NameSpacePath: [u16; 1]
Trait Implementations§
§impl Clone for ACPI_DEBUGGING_DEVICE_IN_USE
impl Clone for ACPI_DEBUGGING_DEVICE_IN_USE
impl Copy for ACPI_DEBUGGING_DEVICE_IN_USE
Auto Trait Implementations§
impl RefUnwindSafe for ACPI_DEBUGGING_DEVICE_IN_USE
impl Send for ACPI_DEBUGGING_DEVICE_IN_USE
impl Sync for ACPI_DEBUGGING_DEVICE_IN_USE
impl Unpin for ACPI_DEBUGGING_DEVICE_IN_USE
impl UnwindSafe for ACPI_DEBUGGING_DEVICE_IN_USE
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