Struct openxr_sys::View
source · [−]#[repr(C)]pub struct View {
pub ty: StructureType,
pub next: *mut c_void,
pub pose: Posef,
pub fov: Fovf,
}Expand description
See XrView
Fields
ty: StructureTypenext: *mut c_voidpose: Poseffov: FovfImplementations
sourceimpl View
impl View
pub const TYPE: StructureType = StructureType::VIEW
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
Auto Trait Implementations
impl RefUnwindSafe for View
impl !Send for View
impl !Sync for View
impl Unpin for View
impl UnwindSafe for View
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