Struct openxr_sys::ActiveActionSet
source · [−]Expand description
Fields
action_set: ActionSetsubaction_path: PathTrait Implementations
sourceimpl Clone for ActiveActionSet
impl Clone for ActiveActionSet
sourcefn clone(&self) -> ActiveActionSet
fn clone(&self) -> ActiveActionSet
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 ActiveActionSet
impl Debug for ActiveActionSet
impl Copy for ActiveActionSet
Auto Trait Implementations
impl RefUnwindSafe for ActiveActionSet
impl Send for ActiveActionSet
impl Sync for ActiveActionSet
impl Unpin for ActiveActionSet
impl UnwindSafe for ActiveActionSet
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