pub enum QueryHcaCapMaxOpMod {
GeneralDeviceCapabilities = 0,
EthernetOffloadCapabilities = 2,
}
Expand description
Possible values of the opcode modifer when the opcode is CommandOpcode::QueryHcaCap
and we want to retrieve maximum values of capabilities.
Variants§
Trait Implementations§
source§impl Clone for QueryHcaCapMaxOpMod
impl Clone for QueryHcaCapMaxOpMod
source§fn clone(&self) -> QueryHcaCapMaxOpMod
fn clone(&self) -> QueryHcaCapMaxOpMod
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 QueryHcaCapMaxOpMod
Auto Trait Implementations§
impl RefUnwindSafe for QueryHcaCapMaxOpMod
impl Send for QueryHcaCapMaxOpMod
impl Sync for QueryHcaCapMaxOpMod
impl Unpin for QueryHcaCapMaxOpMod
impl UnwindSafe for QueryHcaCapMaxOpMod
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