[][src]Struct license::Intel_ACPI

pub struct Intel_ACPI;

The Intel ACPI Software License Agreement.

Trait Implementations

impl Clone for Intel_ACPI[src]

impl Copy for Intel_ACPI[src]

impl Debug for Intel_ACPI[src]

impl Default for Intel_ACPI[src]

impl Eq for Intel_ACPI[src]

impl Hash for Intel_ACPI[src]

impl License for Intel_ACPI[src]

impl Ord for Intel_ACPI[src]

impl PartialEq<Intel_ACPI> for Intel_ACPI[src]

impl PartialOrd<Intel_ACPI> for Intel_ACPI[src]

impl StructuralEq for Intel_ACPI[src]

impl StructuralPartialEq for Intel_ACPI[src]

Auto Trait Implementations

impl Send for Intel_ACPI

impl Sync for Intel_ACPI

impl Unpin for Intel_ACPI

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.