#[repr(transparent)]pub struct ManaCommandCode(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl ManaCommandCode
impl ManaCommandCode
pub const MANA_QUERY_DEV_CONFIG: ManaCommandCode
pub const MANA_QUERY_STATS: ManaCommandCode
pub const MANA_CONFIG_VPORT_TX: ManaCommandCode
pub const MANA_CREATE_WQ_OBJ: ManaCommandCode
pub const MANA_DESTROY_WQ_OBJ: ManaCommandCode
pub const MANA_FENCE_RQ: ManaCommandCode
pub const MANA_CONFIG_VPORT_RX: ManaCommandCode
pub const MANA_QUERY_VPORT_CONFIG: ManaCommandCode
pub const MANA_VTL2_ASSIGN_SERIAL_NUMBER: ManaCommandCode
pub const MANA_VTL2_MOVE_FILTER: ManaCommandCode
pub const MANA_VTL2_QUERY_FILTER_STATE: ManaCommandCode
Trait Implementations§
Source§impl Clone for ManaCommandCode
impl Clone for ManaCommandCode
Source§fn clone(&self) -> ManaCommandCode
fn clone(&self) -> ManaCommandCode
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 moreSource§impl Debug for ManaCommandCode
impl Debug for ManaCommandCode
Source§impl Hash for ManaCommandCode
impl Hash for ManaCommandCode
Source§impl Ord for ManaCommandCode
impl Ord for ManaCommandCode
Source§fn cmp(&self, other: &ManaCommandCode) -> Ordering
fn cmp(&self, other: &ManaCommandCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ManaCommandCode
impl PartialEq for ManaCommandCode
Source§impl PartialOrd for ManaCommandCode
impl PartialOrd for ManaCommandCode
impl Copy for ManaCommandCode
impl Eq for ManaCommandCode
impl StructuralPartialEq for ManaCommandCode
Auto Trait Implementations§
impl Freeze for ManaCommandCode
impl RefUnwindSafe for ManaCommandCode
impl Send for ManaCommandCode
impl Sync for ManaCommandCode
impl Unpin for ManaCommandCode
impl UnwindSafe for ManaCommandCode
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