pub struct WindowId(pub usize, pub u64);
Tuple Fields§
§0: usize
§1: u64
Implementations§
Trait Implementations§
Source§impl Index<WindowId> for CxWindowPool
impl Index<WindowId> for CxWindowPool
Source§impl IndexMut<WindowId> for CxWindowPool
impl IndexMut<WindowId> for CxWindowPool
impl Copy 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> ActionTrait for T
impl<T> ActionTrait for T
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