Struct pax_runtime_api::ZIndex
source · pub struct ZIndex { /* private fields */ }
Expand description
Captures information about z-index during render node traversal Used for generating chassis side rendering architecture
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ZIndex
impl Send for ZIndex
impl Sync for ZIndex
impl Unpin for ZIndex
impl UnwindSafe for ZIndex
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