pub enum QueryHcaCapCurrentOpMod {
GeneralDeviceCapabilities = 1,
EthernetOffloadCapabilities = 3,
}
Expand description
Possible values of the opcode modifer when the opcode is CommandOpcode::QueryHcaCap
and we want to retrieve current values of capabilities.
Variants§
Trait Implementations§
source§impl Clone for QueryHcaCapCurrentOpMod
impl Clone for QueryHcaCapCurrentOpMod
source§fn clone(&self) -> QueryHcaCapCurrentOpMod
fn clone(&self) -> QueryHcaCapCurrentOpMod
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QueryHcaCapCurrentOpMod
Auto Trait Implementations§
impl RefUnwindSafe for QueryHcaCapCurrentOpMod
impl Send for QueryHcaCapCurrentOpMod
impl Sync for QueryHcaCapCurrentOpMod
impl Unpin for QueryHcaCapCurrentOpMod
impl UnwindSafe for QueryHcaCapCurrentOpMod
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