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