pub struct DpbEntry<T> {
pub pic: RcPictureData,
pub handle: Option<T>,
/* private fields */
}Fields§
§pic: RcPictureData§handle: Option<T>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for DpbEntry<T>where
T: Freeze,
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§
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