pub struct CxWindowPool(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Default for CxWindowPool
impl Default for CxWindowPool
Source§fn default() -> CxWindowPool
fn default() -> CxWindowPool
Returns the “default value” for a type. Read more
Source§impl Index<WindowId> for CxWindowPool
impl Index<WindowId> for CxWindowPool
Auto Trait Implementations§
impl Freeze for CxWindowPool
impl !RefUnwindSafe for CxWindowPool
impl !Send for CxWindowPool
impl !Sync for CxWindowPool
impl Unpin for CxWindowPool
impl !UnwindSafe for CxWindowPool
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