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

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

Configure Register

Implementations

impl ConfigureRegister[src]

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

Returns the value of the Max Device Slots Enabled field.

pub fn set_max_device_slots_enabled(&mut self, s: u8)[src]

Sets the value of the Max Device Slots Enabled field.

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

Returns the value of the U3 Entry Enable bit.

pub fn set_u3_entry_enable(&mut self, b: bool)[src]

Sets the value of the U3 Entry Enable bit.

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

Returns the value of the Configuration Information Enable bit.

pub fn set_configuration_information_enable(&mut self, b: bool)[src]

Sets the value of the Configuration Information Enable bit.

Trait Implementations

impl Clone for ConfigureRegister[src]

impl Copy for ConfigureRegister[src]

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