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