Struct openxr_sys::ActionCreateInfo
source · [−]#[repr(C)]pub struct ActionCreateInfo {
pub ty: StructureType,
pub next: *const c_void,
pub action_name: [c_char; 64],
pub action_type: ActionType,
pub count_subaction_paths: u32,
pub subaction_paths: *const Path,
pub localized_action_name: [c_char; 128],
}Expand description
Fields
ty: StructureTypenext: *const c_voidaction_name: [c_char; 64]action_type: ActionTypecount_subaction_paths: u32subaction_paths: *const Pathlocalized_action_name: [c_char; 128]Implementations
sourceimpl ActionCreateInfo
impl ActionCreateInfo
pub const TYPE: StructureType = StructureType::ACTION_CREATE_INFO
Trait Implementations
sourceimpl Clone for ActionCreateInfo
impl Clone for ActionCreateInfo
sourcefn clone(&self) -> ActionCreateInfo
fn clone(&self) -> ActionCreateInfo
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 ActionCreateInfo
impl Debug for ActionCreateInfo
impl Copy for ActionCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for ActionCreateInfo
impl !Send for ActionCreateInfo
impl !Sync for ActionCreateInfo
impl Unpin for ActionCreateInfo
impl UnwindSafe for ActionCreateInfo
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