Struct openxr_sys::SystemGraphicsProperties
source · [−]#[repr(C)]pub struct SystemGraphicsProperties {
pub max_swapchain_image_height: u32,
pub max_swapchain_image_width: u32,
pub max_layer_count: u32,
}Expand description
Fields
max_swapchain_image_height: u32max_swapchain_image_width: u32max_layer_count: u32Trait Implementations
sourceimpl Clone for SystemGraphicsProperties
impl Clone for SystemGraphicsProperties
sourcefn clone(&self) -> SystemGraphicsProperties
fn clone(&self) -> SystemGraphicsProperties
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 SystemGraphicsProperties
impl Debug for SystemGraphicsProperties
sourceimpl Default for SystemGraphicsProperties
impl Default for SystemGraphicsProperties
sourcefn default() -> SystemGraphicsProperties
fn default() -> SystemGraphicsProperties
Returns the “default value” for a type. Read more
sourceimpl PartialEq<SystemGraphicsProperties> for SystemGraphicsProperties
impl PartialEq<SystemGraphicsProperties> for SystemGraphicsProperties
sourcefn eq(&self, other: &SystemGraphicsProperties) -> bool
fn eq(&self, other: &SystemGraphicsProperties) -> bool
impl Copy for SystemGraphicsProperties
impl StructuralPartialEq for SystemGraphicsProperties
Auto Trait Implementations
impl RefUnwindSafe for SystemGraphicsProperties
impl Send for SystemGraphicsProperties
impl Sync for SystemGraphicsProperties
impl Unpin for SystemGraphicsProperties
impl UnwindSafe for SystemGraphicsProperties
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