pub struct DpbEntry<T: DecodedHandle>(pub Rc<RefCell<PictureData>>, pub Option<T>);
Tuple Fields
0: Rc<RefCell<PictureData>>
1: Option<T>
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for DpbEntry<T>
impl<T> !Send for DpbEntry<T>
impl<T> !Sync for DpbEntry<T>
impl<T> Unpin for DpbEntry<T>where
T: Unpin,
impl<T> !UnwindSafe for DpbEntry<T>
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