Struct openxr_sys::ActionStatePose
source · [−]#[repr(C)]pub struct ActionStatePose {
pub ty: StructureType,
pub next: *mut c_void,
pub is_active: Bool32,
}Expand description
Fields
ty: StructureTypenext: *mut c_voidis_active: Bool32Implementations
sourceimpl ActionStatePose
impl ActionStatePose
pub const TYPE: StructureType = StructureType::ACTION_STATE_POSE
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 ActionStatePose
impl Clone for ActionStatePose
sourcefn clone(&self) -> ActionStatePose
fn clone(&self) -> ActionStatePose
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 ActionStatePose
impl Debug for ActionStatePose
impl Copy for ActionStatePose
Auto Trait Implementations
impl RefUnwindSafe for ActionStatePose
impl !Send for ActionStatePose
impl !Sync for ActionStatePose
impl Unpin for ActionStatePose
impl UnwindSafe for ActionStatePose
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