pub struct CachedPicBaseline<T> {
pub pic: Pic,
pub snapshots: ControllerSnapshots,
pub metadata: T,
/* private fields */
}Expand description
CachedPicBaseline
Fields§
§pic: Pic§snapshots: ControllerSnapshots§metadata: TImplementations§
Source§impl<T> CachedPicBaseline<T>
impl<T> CachedPicBaseline<T>
Auto Trait Implementations§
impl<T> Freeze for CachedPicBaseline<T>where
T: Freeze,
impl<T> !RefUnwindSafe for CachedPicBaseline<T>
impl<T> Send for CachedPicBaseline<T>where
T: Send,
impl<T> Sync for CachedPicBaseline<T>where
T: Sync,
impl<T> Unpin for CachedPicBaseline<T>where
T: Unpin,
impl<T> UnsafeUnpin for CachedPicBaseline<T>where
T: UnsafeUnpin,
impl<T> !UnwindSafe for CachedPicBaseline<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