Struct openxr_sys::InteractionProfileState
source · [−]#[repr(C)]pub struct InteractionProfileState {
pub ty: StructureType,
pub next: *mut c_void,
pub interaction_profile: Path,
}Expand description
Fields
ty: StructureTypenext: *mut c_voidinteraction_profile: PathImplementations
sourceimpl InteractionProfileState
impl InteractionProfileState
pub const TYPE: StructureType = StructureType::INTERACTION_PROFILE_STATE
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for InteractionProfileState
impl Clone for InteractionProfileState
sourcefn clone(&self) -> InteractionProfileState
fn clone(&self) -> InteractionProfileState
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 InteractionProfileState
impl Debug for InteractionProfileState
impl Copy for InteractionProfileState
Auto Trait Implementations
impl RefUnwindSafe for InteractionProfileState
impl !Send for InteractionProfileState
impl !Sync for InteractionProfileState
impl Unpin for InteractionProfileState
impl UnwindSafe for InteractionProfileState
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