#[repr(C)]pub struct AddressablesPlatform {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AddressablesPlatform
impl AddressablesPlatform
pub fn unknown() -> Self
pub fn windows() -> Self
pub fn osx() -> Self
pub fn linux() -> Self
pub fn ps4() -> Self
pub fn switch() -> Self
pub fn xbox_one() -> Self
pub fn web_gl() -> Self
pub fn i_os() -> Self
pub fn android() -> Self
pub fn windows_universal() -> Self
Trait Implementations§
Source§impl ClassIdentity for AddressablesPlatform
impl ClassIdentity for AddressablesPlatform
Source§impl Clone for AddressablesPlatform
impl Clone for AddressablesPlatform
Source§fn clone(&self) -> AddressablesPlatform
fn clone(&self) -> AddressablesPlatform
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 AddressablesPlatform
impl Debug for AddressablesPlatform
Source§impl PartialEq for AddressablesPlatform
impl PartialEq for AddressablesPlatform
impl Copy for AddressablesPlatform
impl Eq for AddressablesPlatform
impl StructuralPartialEq for AddressablesPlatform
Auto Trait Implementations§
impl Freeze for AddressablesPlatform
impl RefUnwindSafe for AddressablesPlatform
impl Send for AddressablesPlatform
impl Sync for AddressablesPlatform
impl Unpin for AddressablesPlatform
impl UnwindSafe for AddressablesPlatform
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)