pub struct SceneMSFT(/* private fields */);
Expand description
See XrSceneMSFT
Implementations§
Trait Implementations§
impl Copy for SceneMSFT
impl Eq for SceneMSFT
impl StructuralPartialEq for SceneMSFT
Auto Trait Implementations§
impl Freeze for SceneMSFT
impl RefUnwindSafe for SceneMSFT
impl Send for SceneMSFT
impl Sync for SceneMSFT
impl Unpin for SceneMSFT
impl UnwindSafe for SceneMSFT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more