pub struct WindowCountState { /* private fields */ }Auto Trait Implementations§
impl Freeze for WindowCountState
impl RefUnwindSafe for WindowCountState
impl Send for WindowCountState
impl Sync for WindowCountState
impl Unpin for WindowCountState
impl UnsafeUnpin for WindowCountState
impl UnwindSafe for WindowCountState
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