#[repr(C)]pub struct FoveationApplyInfoHTC {
pub ty: StructureType,
pub next: *const c_void,
pub mode: FoveationModeHTC,
pub sub_image_count: u32,
pub sub_images: *mut SwapchainSubImage,
}Expand description
See XrFoveationApplyInfoHTC - defined by XR_HTC_foveation
Fields§
§ty: StructureType§next: *const c_void§mode: FoveationModeHTC§sub_image_count: u32§sub_images: *mut SwapchainSubImageImplementations§
Source§impl FoveationApplyInfoHTC
impl FoveationApplyInfoHTC
pub const TYPE: StructureType = StructureType::FOVEATION_APPLY_INFO_HTC
Trait Implementations§
Source§impl Clone for FoveationApplyInfoHTC
impl Clone for FoveationApplyInfoHTC
Source§fn clone(&self) -> FoveationApplyInfoHTC
fn clone(&self) -> FoveationApplyInfoHTC
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 FoveationApplyInfoHTC
impl Debug for FoveationApplyInfoHTC
impl Copy for FoveationApplyInfoHTC
Auto Trait Implementations§
impl Freeze for FoveationApplyInfoHTC
impl RefUnwindSafe for FoveationApplyInfoHTC
impl !Send for FoveationApplyInfoHTC
impl !Sync for FoveationApplyInfoHTC
impl Unpin for FoveationApplyInfoHTC
impl UnwindSafe for FoveationApplyInfoHTC
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