Struct openxr_sys::Space
source · [−]#[repr(transparent)]pub struct Space(_);Expand description
See XrSpace
Implementations
Trait Implementations
impl Copy for Space
impl Eq for Space
impl StructuralEq for Space
impl StructuralPartialEq for Space
Auto Trait Implementations
impl RefUnwindSafe for Space
impl Send for Space
impl Sync for Space
impl Unpin for Space
impl UnwindSafe for Space
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