#[repr(C, u32)]pub enum ovrPerfThreadType {
VRAPI_PERF_THREAD_TYPE_MAIN = 0,
VRAPI_PERF_THREAD_TYPE_RENDERER = 1,
}Variants§
Trait Implementations§
Source§impl Clone for ovrPerfThreadType
impl Clone for ovrPerfThreadType
Source§fn clone(&self) -> ovrPerfThreadType
fn clone(&self) -> ovrPerfThreadType
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 ovrPerfThreadType
impl Debug for ovrPerfThreadType
Source§impl Hash for ovrPerfThreadType
impl Hash for ovrPerfThreadType
Source§impl PartialEq for ovrPerfThreadType
impl PartialEq for ovrPerfThreadType
impl Copy for ovrPerfThreadType
impl Eq for ovrPerfThreadType
impl StructuralPartialEq for ovrPerfThreadType
Auto Trait Implementations§
impl Freeze for ovrPerfThreadType
impl RefUnwindSafe for ovrPerfThreadType
impl Send for ovrPerfThreadType
impl Sync for ovrPerfThreadType
impl Unpin for ovrPerfThreadType
impl UnwindSafe for ovrPerfThreadType
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