Struct bpf_api::collections::Queue
source · [−]Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for Queue<V>where
V: RefUnwindSafe,
impl<V> Send for Queue<V>where
V: Send,
impl<V> Sync for Queue<V>where
V: Sync,
impl<V> Unpin for Queue<V>where
V: Unpin,
impl<V> UnwindSafe for Queue<V>where
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more