pub struct WINR { /* private fields */ }
Expand description
Window register
Implementations§
Auto Trait Implementations§
impl !Freeze for WINR
impl !RefUnwindSafe for WINR
impl Send for WINR
impl !Sync for WINR
impl Unpin for WINR
impl UnwindSafe for WINR
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