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