Struct openxr_sys::AndroidThreadTypeKHR
source · [−]#[repr(transparent)]pub struct AndroidThreadTypeKHR(_);Expand description
Android Thread Types - see XrAndroidThreadTypeKHR
Implementations
sourceimpl AndroidThreadTypeKHR
impl AndroidThreadTypeKHR
pub const APPLICATION_MAIN: AndroidThreadTypeKHR = _
pub const APPLICATION_WORKER: AndroidThreadTypeKHR = _
pub const RENDERER_MAIN: AndroidThreadTypeKHR = _
pub const RENDERER_WORKER: AndroidThreadTypeKHR = _
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations
sourceimpl Clone for AndroidThreadTypeKHR
impl Clone for AndroidThreadTypeKHR
sourcefn clone(&self) -> AndroidThreadTypeKHR
fn clone(&self) -> AndroidThreadTypeKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AndroidThreadTypeKHR
impl Debug for AndroidThreadTypeKHR
sourceimpl PartialEq<AndroidThreadTypeKHR> for AndroidThreadTypeKHR
impl PartialEq<AndroidThreadTypeKHR> for AndroidThreadTypeKHR
sourcefn eq(&self, other: &AndroidThreadTypeKHR) -> bool
fn eq(&self, other: &AndroidThreadTypeKHR) -> bool
impl Copy for AndroidThreadTypeKHR
impl Eq for AndroidThreadTypeKHR
impl StructuralEq for AndroidThreadTypeKHR
impl StructuralPartialEq for AndroidThreadTypeKHR
Auto Trait Implementations
impl RefUnwindSafe for AndroidThreadTypeKHR
impl Send for AndroidThreadTypeKHR
impl Sync for AndroidThreadTypeKHR
impl Unpin for AndroidThreadTypeKHR
impl UnwindSafe for AndroidThreadTypeKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more