Struct openxr_sys::SystemSpaceWarpPropertiesFB
source · [−]#[repr(C)]pub struct SystemSpaceWarpPropertiesFB {
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 XrSystemSpaceWarpPropertiesFB - defined by XR_FB_space_warp
Fields
ty: StructureTypenext: *mut c_voidrecommended_motion_vector_image_rect_width: u32recommended_motion_vector_image_rect_height: u32Implementations
sourceimpl SystemSpaceWarpPropertiesFB
impl SystemSpaceWarpPropertiesFB
pub const TYPE: StructureType = StructureType::SYSTEM_SPACE_WARP_PROPERTIES_FB
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 SystemSpaceWarpPropertiesFB
impl Clone for SystemSpaceWarpPropertiesFB
sourcefn clone(&self) -> SystemSpaceWarpPropertiesFB
fn clone(&self) -> SystemSpaceWarpPropertiesFB
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 SystemSpaceWarpPropertiesFB
impl Debug for SystemSpaceWarpPropertiesFB
impl Copy for SystemSpaceWarpPropertiesFB
Auto Trait Implementations
impl RefUnwindSafe for SystemSpaceWarpPropertiesFB
impl !Send for SystemSpaceWarpPropertiesFB
impl !Sync for SystemSpaceWarpPropertiesFB
impl Unpin for SystemSpaceWarpPropertiesFB
impl UnwindSafe for SystemSpaceWarpPropertiesFB
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