Struct openxr_sys::Rect3DfFB
source · [−]#[repr(C)]pub struct Rect3DfFB {
pub offset: Offset3DfFB,
pub extent: Extent3DfFB,
}Expand description
See XrRect3DfFB - defined by XR_FB_scene
Fields
offset: Offset3DfFBextent: Extent3DfFBTrait Implementations
impl Copy for Rect3DfFB
impl StructuralPartialEq for Rect3DfFB
Auto Trait Implementations
impl RefUnwindSafe for Rect3DfFB
impl Send for Rect3DfFB
impl Sync for Rect3DfFB
impl Unpin for Rect3DfFB
impl UnwindSafe for Rect3DfFB
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