Struct openxr_sys::ViewConfigurationProperties
source · [−]#[repr(C)]pub struct ViewConfigurationProperties {
pub ty: StructureType,
pub next: *mut c_void,
pub view_configuration_type: ViewConfigurationType,
pub fov_mutable: Bool32,
}Expand description
Fields
ty: StructureTypenext: *mut c_voidview_configuration_type: ViewConfigurationTypefov_mutable: Bool32Implementations
sourceimpl ViewConfigurationProperties
impl ViewConfigurationProperties
pub const TYPE: StructureType = StructureType::VIEW_CONFIGURATION_PROPERTIES
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 ViewConfigurationProperties
impl Clone for ViewConfigurationProperties
sourcefn clone(&self) -> ViewConfigurationProperties
fn clone(&self) -> ViewConfigurationProperties
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 ViewConfigurationProperties
impl Debug for ViewConfigurationProperties
impl Copy for ViewConfigurationProperties
Auto Trait Implementations
impl RefUnwindSafe for ViewConfigurationProperties
impl !Send for ViewConfigurationProperties
impl !Sync for ViewConfigurationProperties
impl Unpin for ViewConfigurationProperties
impl UnwindSafe for ViewConfigurationProperties
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