Struct openxr_sys::ActiveActionSetPriorityEXT
source · #[repr(C)]pub struct ActiveActionSetPriorityEXT {
pub action_set: ActionSet,
pub priority_override: u32,
}
Expand description
See XrActiveActionSetPriorityEXT - defined by XR_EXT_active_action_set_priority
Fields§
§action_set: ActionSet
§priority_override: u32
Trait Implementations§
source§impl Clone for ActiveActionSetPriorityEXT
impl Clone for ActiveActionSetPriorityEXT
source§fn clone(&self) -> ActiveActionSetPriorityEXT
fn clone(&self) -> ActiveActionSetPriorityEXT
Returns a copy 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 ActiveActionSetPriorityEXT
impl Debug for ActiveActionSetPriorityEXT
impl Copy for ActiveActionSetPriorityEXT
Auto Trait Implementations§
impl RefUnwindSafe for ActiveActionSetPriorityEXT
impl Send for ActiveActionSetPriorityEXT
impl Sync for ActiveActionSetPriorityEXT
impl Unpin for ActiveActionSetPriorityEXT
impl UnwindSafe for ActiveActionSetPriorityEXT
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