pub struct ProxyFields {
pub residual_proxy: ScalarField,
pub visibility_proxy: ScalarField,
pub depth_proxy: ScalarField,
pub normal_proxy: ScalarField,
pub motion_proxy: ScalarField,
pub neighborhood_proxy: ScalarField,
pub thin_proxy: ScalarField,
pub history_instability_proxy: ScalarField,
}Fields§
§residual_proxy: ScalarField§visibility_proxy: ScalarField§depth_proxy: ScalarField§normal_proxy: ScalarField§motion_proxy: ScalarField§neighborhood_proxy: ScalarField§thin_proxy: ScalarField§history_instability_proxy: ScalarFieldTrait Implementations§
Source§impl Clone for ProxyFields
impl Clone for ProxyFields
Source§fn clone(&self) -> ProxyFields
fn clone(&self) -> ProxyFields
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ProxyFields
impl RefUnwindSafe for ProxyFields
impl Send for ProxyFields
impl Sync for ProxyFields
impl Unpin for ProxyFields
impl UnsafeUnpin for ProxyFields
impl UnwindSafe for ProxyFields
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