pub struct PresentationFrame {
pub actor_id: EntityId,
pub tick: u64,
pub dvr_path: DvrPath,
pub roughness_bias: f32,
pub emissive_bias: f32,
pub fresnel_bias: f32,
pub anisotropy_bias: f32,
pub opacity_fragmentation: f32,
pub normal_coherence: f32,
pub property_tag_overrides: Vec<PresentationTagOverride>,
}Fields§
§actor_id: EntityId§tick: u64§dvr_path: DvrPath§roughness_bias: f32§emissive_bias: f32§fresnel_bias: f32§anisotropy_bias: f32§opacity_fragmentation: f32§normal_coherence: f32§property_tag_overrides: Vec<PresentationTagOverride>Trait Implementations§
Source§impl Clone for PresentationFrame
impl Clone for PresentationFrame
Source§fn clone(&self) -> PresentationFrame
fn clone(&self) -> PresentationFrame
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 moreSource§impl Debug for PresentationFrame
impl Debug for PresentationFrame
Source§impl<'de> Deserialize<'de> for PresentationFrame
impl<'de> Deserialize<'de> for PresentationFrame
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PresentationFrame
impl RefUnwindSafe for PresentationFrame
impl Send for PresentationFrame
impl Sync for PresentationFrame
impl Unpin for PresentationFrame
impl UnsafeUnpin for PresentationFrame
impl UnwindSafe for PresentationFrame
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