pub enum XhciTransferType {
Normal,
SetupStage,
DataStage,
StatusStage,
Isochronous,
Noop,
}Expand description
Type of a transfer received handled by transfer ring.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XhciTransferType
impl RefUnwindSafe for XhciTransferType
impl Send for XhciTransferType
impl Sync for XhciTransferType
impl Unpin for XhciTransferType
impl UnwindSafe for XhciTransferType
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