[−][src]Enum lpc55_hal::drivers::usbd::endpoint_registers::epr::TR
Variants
Generic endpoint (bulk or interrupt)
Isochronous endpoint
Implementations
impl TR[src]
pub fn bits(&self) -> u8[src]
Value of the field as raw bits
pub fn is_generic(&self) -> bool[src]
pub fn is_isochronous(&self) -> bool[src]
Trait Implementations
impl Clone for TR[src]
fn clone(&self) -> TR[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for TR[src]
impl Debug for TR[src]
impl PartialEq<TR> for TR[src]
impl StructuralPartialEq for TR[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,