Enum capsules_extra::usb::descriptors::TransferDirection
source · pub enum TransferDirection {
HostToDevice = 0,
DeviceToHost = 1,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransferDirection
impl RefUnwindSafe for TransferDirection
impl Send for TransferDirection
impl Sync for TransferDirection
impl Unpin for TransferDirection
impl UnwindSafe for TransferDirection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more