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