Struct openxr_sys::ActionSet
source · [−]#[repr(transparent)]pub struct ActionSet(_);Expand description
See XrActionSet
Implementations
Trait Implementations
impl Copy for ActionSet
impl Eq for ActionSet
impl StructuralEq for ActionSet
impl StructuralPartialEq for ActionSet
Auto Trait Implementations
impl RefUnwindSafe for ActionSet
impl Send for ActionSet
impl Sync for ActionSet
impl Unpin for ActionSet
impl UnwindSafe for ActionSet
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