#[repr(C)]pub struct FutureCompletionEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub future_result: Result,
}
Expand description
See XrFutureCompletionEXT - defined by XR_EXT_future
Fields§
§ty: StructureType
§next: *mut c_void
§future_result: Result
Implementations§
Source§impl FutureCompletionEXT
impl FutureCompletionEXT
pub const TYPE: StructureType = StructureType::FUTURE_COMPLETION_EXT
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§
Source§impl Clone for FutureCompletionEXT
impl Clone for FutureCompletionEXT
Source§fn clone(&self) -> FutureCompletionEXT
fn clone(&self) -> FutureCompletionEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FutureCompletionEXT
impl Debug for FutureCompletionEXT
impl Copy for FutureCompletionEXT
Auto Trait Implementations§
impl Freeze for FutureCompletionEXT
impl RefUnwindSafe for FutureCompletionEXT
impl !Send for FutureCompletionEXT
impl !Sync for FutureCompletionEXT
impl Unpin for FutureCompletionEXT
impl UnwindSafe for FutureCompletionEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more