Struct xhci::registers::operational::PortLinkInfoRegister[][src]

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

Port Link Info Register.

This register is only valid for USB3 and is reserved for USB2.

Implementations

impl PortLinkInfoRegister[src]

Returns the value of the Link Error Count field.

Sets the value of the Link Error Count field.

#[must_use]pub fn rx_lane_count(self) -> u8[src]

Returns the value of the Rx Lane Count field.

#[must_use]pub fn tx_lane_count(self) -> u8[src]

Returns the value of the Tx Lane Count field.

Trait Implementations

impl Clone for PortLinkInfoRegister[src]

impl Copy for PortLinkInfoRegister[src]

impl Debug for PortLinkInfoRegister[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.