pub struct OpenVRServiceCreator;
Implementations§
Source§impl OpenVRServiceCreator
impl OpenVRServiceCreator
pub fn new() -> Box<dyn VRServiceCreator>
Trait Implementations§
Source§impl VRServiceCreator for OpenVRServiceCreator
impl VRServiceCreator for OpenVRServiceCreator
fn new_service(&self) -> Box<dyn VRService>
Auto Trait Implementations§
impl Freeze for OpenVRServiceCreator
impl RefUnwindSafe for OpenVRServiceCreator
impl Send for OpenVRServiceCreator
impl Sync for OpenVRServiceCreator
impl Unpin for OpenVRServiceCreator
impl UnwindSafe for OpenVRServiceCreator
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