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