Struct openxr_sys::SessionCreateInfo
source · [−]#[repr(C)]pub struct SessionCreateInfo {
pub ty: StructureType,
pub next: *const c_void,
pub create_flags: SessionCreateFlags,
pub system_id: SystemId,
}Expand description
Fields
ty: StructureTypenext: *const c_voidcreate_flags: SessionCreateFlagssystem_id: SystemIdImplementations
sourceimpl SessionCreateInfo
impl SessionCreateInfo
pub const TYPE: StructureType = StructureType::SESSION_CREATE_INFO
Trait Implementations
sourceimpl Clone for SessionCreateInfo
impl Clone for SessionCreateInfo
sourcefn clone(&self) -> SessionCreateInfo
fn clone(&self) -> SessionCreateInfo
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 SessionCreateInfo
impl Debug for SessionCreateInfo
impl Copy for SessionCreateInfo
Auto Trait Implementations
impl RefUnwindSafe for SessionCreateInfo
impl !Send for SessionCreateInfo
impl !Sync for SessionCreateInfo
impl Unpin for SessionCreateInfo
impl UnwindSafe for SessionCreateInfo
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