#[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: StructureType
§next: *mut c_void
§view_configuration_type: ViewConfigurationType
§active: Bool32
Implementations§
Source§impl 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§
Source§impl Clone for SecondaryViewConfigurationStateMSFT
impl Clone for SecondaryViewConfigurationStateMSFT
Source§fn clone(&self) -> SecondaryViewConfigurationStateMSFT
fn clone(&self) -> SecondaryViewConfigurationStateMSFT
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 SecondaryViewConfigurationStateMSFT
Auto Trait Implementations§
impl Freeze for SecondaryViewConfigurationStateMSFT
impl RefUnwindSafe for SecondaryViewConfigurationStateMSFT
impl !Send for SecondaryViewConfigurationStateMSFT
impl !Sync for SecondaryViewConfigurationStateMSFT
impl Unpin for SecondaryViewConfigurationStateMSFT
impl UnwindSafe for SecondaryViewConfigurationStateMSFT
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