pub struct SubWindow { /* private fields */ }Expand description
A window inside the main window
Implementations§
Source§impl SubWindow
impl SubWindow
Sourcepub fn init(rect: ScreenRect) -> Result<Self, SubWindowError>
pub fn init(rect: ScreenRect) -> Result<Self, SubWindowError>
Create a new subwindow from the rectangle given
Trait Implementations§
Source§impl MoveableWindow for SubWindow
impl MoveableWindow for SubWindow
fn move_window(&mut self, point: ScreenPoint)
Auto Trait Implementations§
impl Freeze for SubWindow
impl RefUnwindSafe for SubWindow
impl !Send for SubWindow
impl !Sync for SubWindow
impl Unpin for SubWindow
impl UnsafeUnpin for SubWindow
impl UnwindSafe for SubWindow
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