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

Capability Parameters 2

Implementations§

source§

impl CapabilityParameters2

source

pub fn u3_entry_capability(self) -> bool

Returns the U3 Entry Capability bit.

source

pub fn configure_endpoint_command_max_exit_latency_too_large_capability( self ) -> bool

Returns the Configure Endpoint Command Max Exit Latency Too Large Capability bit.

source

pub fn force_save_context_capability(self) -> bool

Returns the Force Save Context Capability bit.

source

pub fn compliance_transition_capability(self) -> bool

Returns the Compliance Transition Capability bit.

source

pub fn large_esit_payload_capability(self) -> bool

Returns the Large ESIT Payload Capability bit.

source

pub fn configuration_information_capability(self) -> bool

Returns the Configuration Information Capability bit.

source

pub fn extended_tbc_capability(self) -> bool

Returns the Extended TBC Capability bit.

source

pub fn extended_tbc_trb_status_capability(self) -> bool

Returns the Extended TBC TRB Status Capability bit.

source

pub fn get_set_extended_property_capability(self) -> bool

Returns the Get/Set Extended Property Capability bit.

source

pub fn virtualization_based_trusted_io_capability(self) -> bool

Returns the Virtualization Based Trusted I/O Capability bit.

Trait Implementations§

source§

impl Clone for CapabilityParameters2

source§

fn clone(&self) -> CapabilityParameters2

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for CapabilityParameters2

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for CapabilityParameters2

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.