Struct xhci::registers::capability::CapabilityParameters2[][src]

#[repr(transparent)]pub struct CapabilityParameters2(_);

Capability Parameters 2

Implementations

impl CapabilityParameters2[src]

#[must_use]pub fn u3_entry_capability(self) -> bool[src]

Returns the value of the U3 Entry Capability field.

#[must_use]pub fn configure_endpoint_command_max_exit_latency_too_large_capability(
    self
) -> bool
[src]

Returns the value of the Configure Endpoint Command Max Exit Latency Too Large Capability field.

#[must_use]pub fn force_save_context_capability(self) -> bool[src]

Returns the value of the Force Save Context Capability field.

#[must_use]pub fn compliance_transition_capability(self) -> bool[src]

Returns the value of the Compliance Transition Capability field.

#[must_use]pub fn large_esit_payload_capability(self) -> bool[src]

Returns the value of the Large ESIT Payload Capability field.

#[must_use]pub fn configuration_information_capability(self) -> bool[src]

Returns the value of the Configuration Information Capability field.

#[must_use]pub fn extended_tbc_capability(self) -> bool[src]

Returns the value of the Extended TBC Capability field.

#[must_use]pub fn extended_tbc_trb_status_capability(self) -> bool[src]

Returns the value of the Extended TBC TRB Status Capability field.

#[must_use]pub fn get_set_extended_property_capability(self) -> bool[src]

Returns the value of the Get/Set Extended Property Capability field.

#[must_use]pub fn virtualization_based_trusted_io_capability(self) -> bool[src]

Returns the value of the Virtualization Based Trusted I/O Capability field.

Trait Implementations

impl Clone for CapabilityParameters2[src]

impl Copy for CapabilityParameters2[src]

impl Debug for CapabilityParameters2[src]

Auto Trait Implementations

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.