pub enum RuntimePlatformType {
Unsupported,
Pv,
}
Variants§
Implementations§
Source§impl RuntimePlatformType
impl RuntimePlatformType
pub fn create(&self) -> RuntimePlatform
pub fn supported() -> RuntimePlatformType
Trait Implementations§
Source§impl Clone for RuntimePlatformType
impl Clone for RuntimePlatformType
Source§fn clone(&self) -> RuntimePlatformType
fn clone(&self) -> RuntimePlatformType
Returns a duplicate 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 Debug for RuntimePlatformType
impl Debug for RuntimePlatformType
Source§impl Ord for RuntimePlatformType
impl Ord for RuntimePlatformType
Source§fn cmp(&self, other: &RuntimePlatformType) -> Ordering
fn cmp(&self, other: &RuntimePlatformType) -> 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 RuntimePlatformType
impl PartialEq for RuntimePlatformType
Source§impl PartialOrd for RuntimePlatformType
impl PartialOrd for RuntimePlatformType
impl Eq for RuntimePlatformType
impl StructuralPartialEq for RuntimePlatformType
Auto Trait Implementations§
impl Freeze for RuntimePlatformType
impl RefUnwindSafe for RuntimePlatformType
impl Send for RuntimePlatformType
impl Sync for RuntimePlatformType
impl Unpin for RuntimePlatformType
impl UnwindSafe for RuntimePlatformType
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