Struct InputActivationListenerPreview
pub struct InputActivationListenerPreview;
Implementations§
§impl InputActivationListenerPreview
impl InputActivationListenerPreview
pub fn CreateForApplicationWindow<P0>(
window: P0,
) -> Result<InputActivationListener>where
P0: Param<AppWindow>,
Auto Trait Implementations§
impl Freeze for InputActivationListenerPreview
impl RefUnwindSafe for InputActivationListenerPreview
impl Send for InputActivationListenerPreview
impl Sync for InputActivationListenerPreview
impl Unpin for InputActivationListenerPreview
impl UnwindSafe for InputActivationListenerPreview
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