[−][src]Struct usb_device::endpoint::EndpointAddress
Type-safe endpoint address.
Methods
impl EndpointAddress[src]
impl EndpointAddresspub fn from_parts(index: usize, dir: UsbDirection) -> Self | [src] |
Constructs a new EndpointAddress with the given index and direction.
pub fn direction(&self) -> UsbDirection | [src] |
Gets the direction part of the address.
pub fn is_in(&self) -> bool | [src] |
Returns true if the direction is IN, otherwise false.
pub fn is_out(&self) -> bool | [src] |
Returns true if the direction is OUT, otherwise false.
pub fn index(&self) -> usize | [src] |
Gets the index part of the endpoint address.
Trait Implementations
impl Copy for EndpointAddress[src]
impl Copy for EndpointAddressimpl Debug for EndpointAddress[src]
impl Debug for EndpointAddressimpl PartialEq<EndpointAddress> for EndpointAddress[src]
impl PartialEq<EndpointAddress> for EndpointAddressfn eq(&self, other: &EndpointAddress) -> bool | [src] |
fn ne(&self, other: &EndpointAddress) -> bool | [src] |
impl Eq for EndpointAddress[src]
impl Eq for EndpointAddressimpl From<u8> for EndpointAddress[src]
impl From<u8> for EndpointAddressfn from(addr: u8) -> EndpointAddress | [src] |
impl From<EndpointAddress> for u8[src]
impl From<EndpointAddress> for u8fn from(addr: EndpointAddress) -> u8 | [src] |
impl Clone for EndpointAddress[src]
impl Clone for EndpointAddressfn clone(&self) -> EndpointAddress | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for EndpointAddress
impl Send for EndpointAddressimpl Sync for EndpointAddress
impl Sync for EndpointAddressBlanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)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> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |