Struct pax_runtime_api::OcclusionLayerGen
source · pub struct OcclusionLayerGen { /* private fields */ }
Expand description
Captures information about z-index during render node traversal Used for generating chassis side rendering architecture
Implementations§
Trait Implementations§
source§impl Clone for OcclusionLayerGen
impl Clone for OcclusionLayerGen
source§fn clone(&self) -> OcclusionLayerGen
fn clone(&self) -> OcclusionLayerGen
Returns a copy 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 OcclusionLayerGen
impl RefUnwindSafe for OcclusionLayerGen
impl Send for OcclusionLayerGen
impl Sync for OcclusionLayerGen
impl Unpin for OcclusionLayerGen
impl UnwindSafe for OcclusionLayerGen
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.