#[repr(C)]pub struct FrameSynthesisConfigViewEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub recommended_motion_vector_image_rect_width: u32,
pub recommended_motion_vector_image_rect_height: u32,
}Expand description
See XrFrameSynthesisConfigViewEXT - defined by XR_EXT_frame_synthesis
Fields§
§ty: StructureType§next: *mut c_void§recommended_motion_vector_image_rect_width: u32§recommended_motion_vector_image_rect_height: u32Implementations§
Source§impl FrameSynthesisConfigViewEXT
impl FrameSynthesisConfigViewEXT
pub const TYPE: StructureType = StructureType::FRAME_SYNTHESIS_CONFIG_VIEW_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 FrameSynthesisConfigViewEXT
impl Clone for FrameSynthesisConfigViewEXT
Source§fn clone(&self) -> FrameSynthesisConfigViewEXT
fn clone(&self) -> FrameSynthesisConfigViewEXT
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 FrameSynthesisConfigViewEXT
impl Debug for FrameSynthesisConfigViewEXT
impl Copy for FrameSynthesisConfigViewEXT
Auto Trait Implementations§
impl Freeze for FrameSynthesisConfigViewEXT
impl RefUnwindSafe for FrameSynthesisConfigViewEXT
impl !Send for FrameSynthesisConfigViewEXT
impl !Sync for FrameSynthesisConfigViewEXT
impl Unpin for FrameSynthesisConfigViewEXT
impl UnwindSafe for FrameSynthesisConfigViewEXT
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