pub struct Deque {
indices: Option<Indices>,
}
Expand description
A sequence of frames in a Buffer
Fields§
§indices: Option<Indices>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Deque
impl RefUnwindSafe for Deque
impl Send for Deque
impl Sync for Deque
impl Unpin for Deque
impl UnwindSafe for Deque
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