#[repr(u32)]pub enum VgpuSchedulerEngine {
Graphics = 1,
}Variants§
Graphics = 1
Trait Implementations§
Source§impl Clone for VgpuSchedulerEngine
impl Clone for VgpuSchedulerEngine
Source§fn clone(&self) -> VgpuSchedulerEngine
fn clone(&self) -> VgpuSchedulerEngine
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 moreSource§impl Debug for VgpuSchedulerEngine
impl Debug for VgpuSchedulerEngine
Source§impl From<VgpuSchedulerEngine> for u32
impl From<VgpuSchedulerEngine> for u32
Source§fn from(enum_value: VgpuSchedulerEngine) -> Self
fn from(enum_value: VgpuSchedulerEngine) -> Self
Converts to this type from the input type.
Source§impl Hash for VgpuSchedulerEngine
impl Hash for VgpuSchedulerEngine
Source§impl PartialEq for VgpuSchedulerEngine
impl PartialEq for VgpuSchedulerEngine
Source§fn eq(&self, other: &VgpuSchedulerEngine) -> bool
fn eq(&self, other: &VgpuSchedulerEngine) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u32> for VgpuSchedulerEngine
impl TryFrom<u32> for VgpuSchedulerEngine
Source§type Error = TryFromPrimitiveError<VgpuSchedulerEngine>
type Error = TryFromPrimitiveError<VgpuSchedulerEngine>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for VgpuSchedulerEngine
impl TryFromPrimitive for VgpuSchedulerEngine
const NAME: &'static str = "VgpuSchedulerEngine"
type Primitive = u32
type Error = TryFromPrimitiveError<VgpuSchedulerEngine>
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for VgpuSchedulerEngine
impl Eq for VgpuSchedulerEngine
impl StructuralPartialEq for VgpuSchedulerEngine
Auto Trait Implementations§
impl Freeze for VgpuSchedulerEngine
impl RefUnwindSafe for VgpuSchedulerEngine
impl Send for VgpuSchedulerEngine
impl Sync for VgpuSchedulerEngine
impl Unpin for VgpuSchedulerEngine
impl UnsafeUnpin for VgpuSchedulerEngine
impl UnwindSafe for VgpuSchedulerEngine
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