#[repr(u8)]pub enum RutabagaComponentType {
Rutabaga2D = 0,
VirglRenderer = 1,
Gfxstream = 2,
CrossDomain = 3,
}
Expand description
Enumeration of possible rutabaga components.
Variants§
Trait Implementations§
source§impl Clone for RutabagaComponentType
impl Clone for RutabagaComponentType
source§fn clone(&self) -> RutabagaComponentType
fn clone(&self) -> RutabagaComponentType
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 moresource§impl Ord for RutabagaComponentType
impl Ord for RutabagaComponentType
source§fn cmp(&self, other: &RutabagaComponentType) -> Ordering
fn cmp(&self, other: &RutabagaComponentType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for RutabagaComponentType
impl PartialEq for RutabagaComponentType
source§fn eq(&self, other: &RutabagaComponentType) -> bool
fn eq(&self, other: &RutabagaComponentType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RutabagaComponentType
impl PartialOrd for RutabagaComponentType
source§fn partial_cmp(&self, other: &RutabagaComponentType) -> Option<Ordering>
fn partial_cmp(&self, other: &RutabagaComponentType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for RutabagaComponentType
impl Eq for RutabagaComponentType
impl StructuralPartialEq for RutabagaComponentType
Auto Trait Implementations§
impl RefUnwindSafe for RutabagaComponentType
impl Send for RutabagaComponentType
impl Sync for RutabagaComponentType
impl Unpin for RutabagaComponentType
impl UnwindSafe for RutabagaComponentType
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