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