Struct openxr_sys::ActionStateGetInfo
source · [−]#[repr(C)]pub struct ActionStateGetInfo {
pub ty: StructureType,
pub next: *const c_void,
pub action: Action,
pub subaction_path: Path,
}Expand description
Fields
ty: StructureTypenext: *const c_voidaction: Actionsubaction_path: PathImplementations
sourceimpl ActionStateGetInfo
impl ActionStateGetInfo
pub const TYPE: StructureType = StructureType::ACTION_STATE_GET_INFO
Trait Implementations
sourceimpl Clone for ActionStateGetInfo
impl Clone for ActionStateGetInfo
sourcefn clone(&self) -> ActionStateGetInfo
fn clone(&self) -> ActionStateGetInfo
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 ActionStateGetInfo
impl Debug for ActionStateGetInfo
impl Copy for ActionStateGetInfo
Auto Trait Implementations
impl RefUnwindSafe for ActionStateGetInfo
impl !Send for ActionStateGetInfo
impl !Sync for ActionStateGetInfo
impl Unpin for ActionStateGetInfo
impl UnwindSafe for ActionStateGetInfo
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