pub struct ViewConfigurationView {
pub recommended_image_rect_width: u32,
pub max_image_rect_width: u32,
pub recommended_image_rect_height: u32,
pub max_image_rect_height: u32,
pub recommended_swapchain_sample_count: u32,
pub max_swapchain_sample_count: u32,
}Fields§
§recommended_image_rect_width: u32§max_image_rect_width: u32§recommended_image_rect_height: u32§max_image_rect_height: u32§recommended_swapchain_sample_count: u32§max_swapchain_sample_count: u32Trait Implementations§
Source§impl Clone for ViewConfigurationView
impl Clone for ViewConfigurationView
Source§fn clone(&self) -> ViewConfigurationView
fn clone(&self) -> ViewConfigurationView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ViewConfigurationView
Source§impl Debug for ViewConfigurationView
impl Debug for ViewConfigurationView
impl Eq for ViewConfigurationView
Source§impl PartialEq for ViewConfigurationView
impl PartialEq for ViewConfigurationView
Source§fn eq(&self, other: &ViewConfigurationView) -> bool
fn eq(&self, other: &ViewConfigurationView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ViewConfigurationView
Auto Trait Implementations§
impl Freeze for ViewConfigurationView
impl RefUnwindSafe for ViewConfigurationView
impl Send for ViewConfigurationView
impl Sync for ViewConfigurationView
impl Unpin for ViewConfigurationView
impl UnsafeUnpin for ViewConfigurationView
impl UnwindSafe for ViewConfigurationView
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