pub struct DsfbRun {
pub profile: HostSupervisionProfile,
pub resolved_frames: Vec<ImageFrame>,
pub reprojected_history_frames: Vec<ImageFrame>,
pub supervision_frames: Vec<SupervisionFrame>,
}Fields§
§profile: HostSupervisionProfile§resolved_frames: Vec<ImageFrame>§reprojected_history_frames: Vec<ImageFrame>§supervision_frames: Vec<SupervisionFrame>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DsfbRun
impl RefUnwindSafe for DsfbRun
impl Send for DsfbRun
impl Sync for DsfbRun
impl Unpin for DsfbRun
impl UnsafeUnpin for DsfbRun
impl UnwindSafe for DsfbRun
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