pub struct WindowIdStore(/* private fields */);
Implementations§
Source§impl WindowIdStore
impl WindowIdStore
pub fn insert(&self, w: TaoWindowId, id: WindowId)
Trait Implementations§
Source§impl Clone for WindowIdStore
impl Clone for WindowIdStore
Source§fn clone(&self) -> WindowIdStore
fn clone(&self) -> WindowIdStore
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowIdStore
impl Debug for WindowIdStore
Source§impl Default for WindowIdStore
impl Default for WindowIdStore
Source§fn default() -> WindowIdStore
fn default() -> WindowIdStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowIdStore
impl RefUnwindSafe for WindowIdStore
impl Send for WindowIdStore
impl Sync for WindowIdStore
impl Unpin for WindowIdStore
impl UnwindSafe for WindowIdStore
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)