pub struct HostProxyFields {
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 HostProxyFields
impl Clone for HostProxyFields
Source§fn clone(&self) -> HostProxyFields
fn clone(&self) -> HostProxyFields
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 HostProxyFields
impl RefUnwindSafe for HostProxyFields
impl Send for HostProxyFields
impl Sync for HostProxyFields
impl Unpin for HostProxyFields
impl UnsafeUnpin for HostProxyFields
impl UnwindSafe for HostProxyFields
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