Struct SignalsInXrInterface
pub struct SignalsInXrInterface<'c> { /* private fields */ }
Expand description
A collection of signals for the XrInterface
class.
Implementations§
§impl<'c> SignalsInXrInterface<'c>
impl<'c> SignalsInXrInterface<'c>
pub fn play_area_changed(&mut self) -> SigPlayAreaChanged<'c>
pub fn play_area_changed(&mut self) -> SigPlayAreaChanged<'c>
Signature: (mode: i64)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInXrInterface<'c>
impl<'c> RefUnwindSafe for SignalsInXrInterface<'c>
impl<'c> !Send for SignalsInXrInterface<'c>
impl<'c> !Sync for SignalsInXrInterface<'c>
impl<'c> Unpin for SignalsInXrInterface<'c>
impl<'c> !UnwindSafe for SignalsInXrInterface<'c>
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