pub enum WindowId {
Main,
Sub1,
Sub2,
}
Variants§
Implementations§
Source§impl WindowId
impl WindowId
pub fn size<TOP: LcdTopSideProvider>(&self) -> usize
pub fn x<TOP: LcdTopSideProvider>(&self) -> usize
pub fn y<TOP: LcdTopSideProvider>(&self) -> usize
Trait Implementations§
impl Copy for WindowId
impl Eq for WindowId
impl StructuralPartialEq for WindowId
Auto Trait Implementations§
impl Freeze for WindowId
impl RefUnwindSafe for WindowId
impl Send for WindowId
impl Sync for WindowId
impl Unpin for WindowId
impl UnwindSafe for WindowId
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