pub struct WindowToken;Implementations§
Auto Trait Implementations§
impl Freeze for WindowToken
impl RefUnwindSafe for WindowToken
impl Send for WindowToken
impl Sync for WindowToken
impl Unpin for WindowToken
impl UnsafeUnpin for WindowToken
impl UnwindSafe for WindowToken
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