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