pub struct BnicEq { /* private fields */ }
Expand description
An event queue.
Implementations§
Auto Trait Implementations§
impl Freeze for BnicEq
impl !RefUnwindSafe for BnicEq
impl Send for BnicEq
impl Sync for BnicEq
impl Unpin for BnicEq
impl !UnwindSafe for BnicEq
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