pub enum CommandTransportType {
PCIe = 117_440_512,
}
Expand description
Type of transport that carries the command.
Variants§
PCIe = 117_440_512
Auto Trait Implementations§
impl RefUnwindSafe for CommandTransportType
impl Send for CommandTransportType
impl Sync for CommandTransportType
impl Unpin for CommandTransportType
impl UnwindSafe for CommandTransportType
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