#[repr(transparent)]pub struct MtlTxq1QuantumWeight(pub u32);Expand description
Queue 1 idleSlopeCredit, Quantum or Weights
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for MtlTxq1QuantumWeight
impl Clone for MtlTxq1QuantumWeight
Source§fn clone(&self) -> MtlTxq1QuantumWeight
fn clone(&self) -> MtlTxq1QuantumWeight
Returns a duplicate 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 MtlTxq1QuantumWeight
impl Debug for MtlTxq1QuantumWeight
Source§impl Default for MtlTxq1QuantumWeight
impl Default for MtlTxq1QuantumWeight
Source§fn default() -> MtlTxq1QuantumWeight
fn default() -> MtlTxq1QuantumWeight
Returns the “default value” for a type. Read more
Source§impl PartialEq for MtlTxq1QuantumWeight
impl PartialEq for MtlTxq1QuantumWeight
impl Copy for MtlTxq1QuantumWeight
impl Eq for MtlTxq1QuantumWeight
impl StructuralPartialEq for MtlTxq1QuantumWeight
Auto Trait Implementations§
impl Freeze for MtlTxq1QuantumWeight
impl RefUnwindSafe for MtlTxq1QuantumWeight
impl Send for MtlTxq1QuantumWeight
impl Sync for MtlTxq1QuantumWeight
impl Unpin for MtlTxq1QuantumWeight
impl UnwindSafe for MtlTxq1QuantumWeight
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