pub enum SurfaceRole {
Module,
}Expand description
The one seat a mutation rendering fills.
Variants§
Module
The module carrying the discovery, the policy, and the evaluation.
Trait Implementations§
Source§impl Clone for SurfaceRole
impl Clone for SurfaceRole
Source§fn clone(&self) -> SurfaceRole
fn clone(&self) -> SurfaceRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceRole
Source§impl Debug for SurfaceRole
impl Debug for SurfaceRole
impl Eq for SurfaceRole
Source§impl Hash for SurfaceRole
impl Hash for SurfaceRole
Source§impl PartialEq for SurfaceRole
impl PartialEq for SurfaceRole
Source§impl Role for SurfaceRole
impl Role for SurfaceRole
Source§fn destination(self) -> Destination
fn destination(self) -> Destination
Where the unit rendered under this role lands. Read more
impl StructuralPartialEq for SurfaceRole
Auto Trait Implementations§
impl Freeze for SurfaceRole
impl RefUnwindSafe for SurfaceRole
impl Send for SurfaceRole
impl Sync for SurfaceRole
impl Unpin for SurfaceRole
impl UnsafeUnpin for SurfaceRole
impl UnwindSafe for SurfaceRole
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