pub struct NthWindowAction;Implementations§
Source§impl NthWindowAction
impl NthWindowAction
pub fn new(n: i32) -> ActionCommand
Auto Trait Implementations§
impl Freeze for NthWindowAction
impl RefUnwindSafe for NthWindowAction
impl Send for NthWindowAction
impl Sync for NthWindowAction
impl Unpin for NthWindowAction
impl UnwindSafe for NthWindowAction
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