#[repr(C)]pub struct GraphicsDeviceType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl GraphicsDeviceType
impl GraphicsDeviceType
pub fn open_gl2() -> Self
pub fn direct3_d9() -> Self
pub fn direct3_d11() -> Self
pub fn play_station3() -> Self
pub fn null() -> Self
pub fn xbox360() -> Self
pub fn open_gles2() -> Self
pub fn open_gles3() -> Self
pub fn play_station_vita() -> Self
pub fn play_station4() -> Self
pub fn xbox_one() -> Self
pub fn play_station_mobile() -> Self
pub fn metal() -> Self
pub fn open_gl_core() -> Self
pub fn direct3_d12() -> Self
pub fn n3ds() -> Self
pub fn vulkan() -> Self
pub fn switch() -> Self
pub fn xbox_one_d3d12() -> Self
pub fn game_core_xbox_one() -> Self
pub fn game_core_scarlett() -> Self
pub fn game_core_xbox_series() -> Self
pub fn play_station5() -> Self
pub fn play_station5_nggc() -> Self
Trait Implementations§
Source§impl ClassIdentity for GraphicsDeviceType
impl ClassIdentity for GraphicsDeviceType
Source§impl Clone for GraphicsDeviceType
impl Clone for GraphicsDeviceType
Source§fn clone(&self) -> GraphicsDeviceType
fn clone(&self) -> GraphicsDeviceType
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 GraphicsDeviceType
impl Debug for GraphicsDeviceType
Source§impl PartialEq for GraphicsDeviceType
impl PartialEq for GraphicsDeviceType
impl Copy for GraphicsDeviceType
impl Eq for GraphicsDeviceType
impl StructuralPartialEq for GraphicsDeviceType
Auto Trait Implementations§
impl Freeze for GraphicsDeviceType
impl RefUnwindSafe for GraphicsDeviceType
impl Send for GraphicsDeviceType
impl Sync for GraphicsDeviceType
impl Unpin for GraphicsDeviceType
impl UnwindSafe for GraphicsDeviceType
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)