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