Struct openxr_sys::Boundary2DFB
source · [−]#[repr(C)]pub struct Boundary2DFB {
pub ty: StructureType,
pub next: *const c_void,
pub vertex_capacity_input: u32,
pub vertex_count_output: u32,
pub vertices: *mut Vector2f,
}Expand description
See XrBoundary2DFB - defined by XR_FB_scene
Fields
ty: StructureTypenext: *const c_voidvertex_capacity_input: u32vertex_count_output: u32vertices: *mut Vector2fImplementations
sourceimpl Boundary2DFB
impl Boundary2DFB
pub const TYPE: StructureType = StructureType::BOUNDARY_2D_FB
Trait Implementations
sourceimpl Clone for Boundary2DFB
impl Clone for Boundary2DFB
sourcefn clone(&self) -> Boundary2DFB
fn clone(&self) -> Boundary2DFB
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 Boundary2DFB
impl Debug for Boundary2DFB
impl Copy for Boundary2DFB
Auto Trait Implementations
impl RefUnwindSafe for Boundary2DFB
impl !Send for Boundary2DFB
impl !Sync for Boundary2DFB
impl Unpin for Boundary2DFB
impl UnwindSafe for Boundary2DFB
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