pub struct HolographicApplicationPreview;
Implementations§
§impl HolographicApplicationPreview
impl HolographicApplicationPreview
pub fn IsCurrentViewPresentedOnHolographicDisplay() -> Result<bool>
pub fn IsHolographicActivation<P0>(activatedeventargs: P0) -> Result<bool>where
P0: Param<IActivatedEventArgs>,
Auto Trait Implementations§
impl Freeze for HolographicApplicationPreview
impl RefUnwindSafe for HolographicApplicationPreview
impl Send for HolographicApplicationPreview
impl Sync for HolographicApplicationPreview
impl Unpin for HolographicApplicationPreview
impl UnwindSafe for HolographicApplicationPreview
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