pub enum QueryVportStateOpMod {
VnicVport = 0,
EswVport = 1,
Uplink = 2,
}
Expand description
Possible values of the opcode modifer when the opcode is CommandOpcode::QueryVportState
.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for QueryVportStateOpMod
impl Send for QueryVportStateOpMod
impl Sync for QueryVportStateOpMod
impl Unpin for QueryVportStateOpMod
impl UnwindSafe for QueryVportStateOpMod
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