#[repr(C)]pub struct RecommendedLayerResolutionMETA {
pub ty: StructureType,
pub next: *mut c_void,
pub recommended_image_dimensions: Extent2Di,
pub is_valid: Bool32,
}
Expand description
See XrRecommendedLayerResolutionMETA - defined by XR_META_recommended_layer_resolution
Fields§
§ty: StructureType
§next: *mut c_void
§recommended_image_dimensions: Extent2Di
§is_valid: Bool32
Implementations§
Source§impl RecommendedLayerResolutionMETA
impl RecommendedLayerResolutionMETA
pub const TYPE: StructureType = StructureType::RECOMMENDED_LAYER_RESOLUTION_META
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 RecommendedLayerResolutionMETA
impl Clone for RecommendedLayerResolutionMETA
Source§fn clone(&self) -> RecommendedLayerResolutionMETA
fn clone(&self) -> RecommendedLayerResolutionMETA
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 moreimpl Copy for RecommendedLayerResolutionMETA
Auto Trait Implementations§
impl Freeze for RecommendedLayerResolutionMETA
impl RefUnwindSafe for RecommendedLayerResolutionMETA
impl !Send for RecommendedLayerResolutionMETA
impl !Sync for RecommendedLayerResolutionMETA
impl Unpin for RecommendedLayerResolutionMETA
impl UnwindSafe for RecommendedLayerResolutionMETA
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