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