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