Struct xloop_android::win::WinFrame
source · pub struct WinFrame(pub Key);
Tuple Fields§
§0: Key
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WinFrame
impl RefUnwindSafe for WinFrame
impl Send for WinFrame
impl Sync for WinFrame
impl Unpin for WinFrame
impl UnwindSafe for WinFrame
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