Enum pax_runtime_api::Layer
source · pub enum Layer {
Native,
Scroller,
Canvas,
DontCare,
}
Variants§
Trait Implementations§
source§impl PartialEq<Layer> for Layer
impl PartialEq<Layer> for Layer
impl StructuralPartialEq for Layer
Auto Trait Implementations§
impl RefUnwindSafe for Layer
impl Send for Layer
impl Sync for Layer
impl Unpin for Layer
impl UnwindSafe for Layer
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