#[repr(C)]pub struct SecondaryViewConfigurationFrameStateMSFT {
pub ty: StructureType,
pub next: *mut c_void,
pub view_configuration_count: u32,
pub view_configuration_states: *mut SecondaryViewConfigurationStateMSFT,
}Expand description
Fields
ty: StructureTypenext: *mut c_voidview_configuration_count: u32view_configuration_states: *mut SecondaryViewConfigurationStateMSFTImplementations
sourceimpl SecondaryViewConfigurationFrameStateMSFT
impl SecondaryViewConfigurationFrameStateMSFT
pub const TYPE: StructureType = StructureType::SECONDARY_VIEW_CONFIGURATION_FRAME_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 SecondaryViewConfigurationFrameStateMSFT
impl Clone for SecondaryViewConfigurationFrameStateMSFT
sourcefn clone(&self) -> SecondaryViewConfigurationFrameStateMSFT
fn clone(&self) -> SecondaryViewConfigurationFrameStateMSFT
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 SecondaryViewConfigurationFrameStateMSFT
Auto Trait Implementations
impl RefUnwindSafe for SecondaryViewConfigurationFrameStateMSFT
impl !Send for SecondaryViewConfigurationFrameStateMSFT
impl !Sync for SecondaryViewConfigurationFrameStateMSFT
impl Unpin for SecondaryViewConfigurationFrameStateMSFT
impl UnwindSafe for SecondaryViewConfigurationFrameStateMSFT
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