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