#[repr(C)]pub struct RuntimePlatform {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl RuntimePlatform
impl RuntimePlatform
pub fn osx_editor() -> Self
pub fn osx_player() -> Self
pub fn windows_player() -> Self
pub fn osx_web_player() -> Self
pub fn osx_dashboard_player() -> Self
pub fn windows_web_player() -> Self
pub fn windows_editor() -> Self
pub fn i_phone_player() -> Self
pub fn xbox360() -> Self
pub fn ps3() -> Self
pub fn android() -> Self
pub fn na_cl() -> Self
pub fn flash_player() -> Self
pub fn linux_player() -> Self
pub fn linux_editor() -> Self
pub fn web_gl_player() -> Self
pub fn metro_player_x86() -> Self
pub fn wsa_player_x86() -> Self
pub fn metro_player_x64() -> Self
pub fn wsa_player_x64() -> Self
pub fn metro_player_arm() -> Self
pub fn wsa_player_arm() -> Self
pub fn wp8_player() -> Self
pub fn black_berry_player() -> Self
pub fn tizen_player() -> Self
pub fn psp2() -> Self
pub fn ps4() -> Self
pub fn psm() -> Self
pub fn xbox_one() -> Self
pub fn samsung_tv_player() -> Self
pub fn wii_u() -> Self
pub fn tv_os() -> Self
pub fn switch() -> Self
pub fn lumin() -> Self
pub fn stadia() -> Self
pub fn cloud_rendering() -> Self
pub fn game_core_scarlett() -> Self
pub fn game_core_xbox_series() -> Self
pub fn game_core_xbox_one() -> Self
pub fn ps5() -> Self
Trait Implementations§
Source§impl ClassIdentity for RuntimePlatform
impl ClassIdentity for RuntimePlatform
Source§impl Clone for RuntimePlatform
impl Clone for RuntimePlatform
Source§fn clone(&self) -> RuntimePlatform
fn clone(&self) -> RuntimePlatform
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimePlatform
impl Debug for RuntimePlatform
Source§impl PartialEq for RuntimePlatform
impl PartialEq for RuntimePlatform
impl Copy for RuntimePlatform
impl Eq for RuntimePlatform
impl StructuralPartialEq for RuntimePlatform
Auto Trait Implementations§
impl Freeze for RuntimePlatform
impl RefUnwindSafe for RuntimePlatform
impl Send for RuntimePlatform
impl Sync for RuntimePlatform
impl Unpin for RuntimePlatform
impl UnwindSafe for RuntimePlatform
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)