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