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