Struct openxr_sys::Extent3DfFB
source · [−]Expand description
See XrExtent3DfFB - defined by XR_FB_scene
Fields
width: f32height: f32depth: f32Trait Implementations
sourceimpl Clone for Extent3DfFB
impl Clone for Extent3DfFB
sourcefn clone(&self) -> Extent3DfFB
fn clone(&self) -> Extent3DfFB
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 Extent3DfFB
impl Debug for Extent3DfFB
sourceimpl Default for Extent3DfFB
impl Default for Extent3DfFB
sourcefn default() -> Extent3DfFB
fn default() -> Extent3DfFB
Returns the “default value” for a type. Read more
sourceimpl PartialEq<Extent3DfFB> for Extent3DfFB
impl PartialEq<Extent3DfFB> for Extent3DfFB
sourcefn eq(&self, other: &Extent3DfFB) -> bool
fn eq(&self, other: &Extent3DfFB) -> bool
impl Copy for Extent3DfFB
impl StructuralPartialEq for Extent3DfFB
Auto Trait Implementations
impl RefUnwindSafe for Extent3DfFB
impl Send for Extent3DfFB
impl Sync for Extent3DfFB
impl Unpin for Extent3DfFB
impl UnwindSafe for Extent3DfFB
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