Struct pax_engine::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 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
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.