#[repr(C)]pub struct SecondaryViewConfigurationStateMSFT {
pub ty: StructureType,
pub next: *mut c_void,
pub view_configuration_type: ViewConfigurationType,
pub active: Bool32,
}Expand description
Fields
ty: StructureTypenext: *mut c_voidview_configuration_type: ViewConfigurationTypeactive: Bool32Implementations
sourceimpl SecondaryViewConfigurationStateMSFT
impl SecondaryViewConfigurationStateMSFT
pub const TYPE: StructureType = StructureType::SECONDARY_VIEW_CONFIGURATION_STATE_MSFT
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 SecondaryViewConfigurationStateMSFT
impl Clone for SecondaryViewConfigurationStateMSFT
sourcefn clone(&self) -> SecondaryViewConfigurationStateMSFT
fn clone(&self) -> SecondaryViewConfigurationStateMSFT
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 moreimpl Copy for SecondaryViewConfigurationStateMSFT
Auto Trait Implementations
impl RefUnwindSafe for SecondaryViewConfigurationStateMSFT
impl !Send for SecondaryViewConfigurationStateMSFT
impl !Sync for SecondaryViewConfigurationStateMSFT
impl Unpin for SecondaryViewConfigurationStateMSFT
impl UnwindSafe for SecondaryViewConfigurationStateMSFT
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