Struct openxr_sys::ActionSetCreateInfo
source · [−]#[repr(C)]pub struct ActionSetCreateInfo {
pub ty: StructureType,
pub next: *const c_void,
pub action_set_name: [c_char; 64],
pub localized_action_set_name: [c_char; 128],
pub priority: u32,
}Expand description
Fields
ty: StructureTypenext: *const c_voidaction_set_name: [c_char; 64]localized_action_set_name: [c_char; 128]priority: u32Implementations
sourceimpl ActionSetCreateInfo
impl ActionSetCreateInfo
pub const TYPE: StructureType = StructureType::ACTION_SET_CREATE_INFO
Trait Implementations
sourceimpl Clone for ActionSetCreateInfo
impl Clone for ActionSetCreateInfo
sourcefn clone(&self) -> ActionSetCreateInfo
fn clone(&self) -> ActionSetCreateInfo
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 ActionSetCreateInfo
impl Debug for ActionSetCreateInfo
impl Copy for ActionSetCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for ActionSetCreateInfo
impl !Send for ActionSetCreateInfo
impl !Sync for ActionSetCreateInfo
impl Unpin for ActionSetCreateInfo
impl UnwindSafe for ActionSetCreateInfo
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