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