pub struct NotWhenFullscreen { /* private fields */ }Expand description
See the module-level documentation
Trait Implementations§
Source§impl Debug for NotWhenFullscreen
impl Debug for NotWhenFullscreen
Source§impl Module for NotWhenFullscreen
impl Module for NotWhenFullscreen
Source§fn pre_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
fn pre_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
Decides if a timer should be allowed to execute
Source§fn post_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
fn post_timer(&mut self, _timer: TimerInfo) -> Result<Progress>
Decides what happens after a timer has executed
Auto Trait Implementations§
impl Freeze for NotWhenFullscreen
impl RefUnwindSafe for NotWhenFullscreen
impl !Send for NotWhenFullscreen
impl !Sync for NotWhenFullscreen
impl Unpin for NotWhenFullscreen
impl UnwindSafe for NotWhenFullscreen
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