pub struct AcpiId {
pub hid: &'static str,
pub cids: &'static [&'static str],
}Fields§
§hid: &'static str§cids: &'static [&'static str]Trait Implementations§
impl Copy for AcpiId
impl Eq for AcpiId
impl StructuralPartialEq for AcpiId
Auto Trait Implementations§
impl Freeze for AcpiId
impl RefUnwindSafe for AcpiId
impl Send for AcpiId
impl Sync for AcpiId
impl Unpin for AcpiId
impl UnsafeUnpin for AcpiId
impl UnwindSafe for AcpiId
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