Struct mlx_ethernet::Sqn
source · pub struct Sqn(/* private fields */);
Expand description
send queue number
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sqn
impl Send for Sqn
impl Sync for Sqn
impl Unpin for Sqn
impl UnwindSafe for Sqn
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