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