pub struct SendableWinHandle<B = WinHandle>(pub B);
Tuple Fields§
§0: B
Trait Implementations§
Source§impl<B: Debug> Debug for SendableWinHandle<B>
impl<B: Debug> Debug for SendableWinHandle<B>
Source§impl<'de> Deserialize<'de> for SendableWinHandle
impl<'de> Deserialize<'de> for SendableWinHandle
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<WinHandle> for SendableWinHandle
impl From<WinHandle> for SendableWinHandle
Source§impl Serialize for SendableWinHandle
impl Serialize for SendableWinHandle
Source§impl<'a, B> Serialize for SendableWinHandle<&'a B>where
B: AsRawHandle,
impl<'a, B> Serialize for SendableWinHandle<&'a B>where
B: AsRawHandle,
Auto Trait Implementations§
impl<B> Freeze for SendableWinHandle<B>where
B: Freeze,
impl<B> RefUnwindSafe for SendableWinHandle<B>where
B: RefUnwindSafe,
impl<B> Send for SendableWinHandle<B>where
B: Send,
impl<B> Sync for SendableWinHandle<B>where
B: Sync,
impl<B> Unpin for SendableWinHandle<B>where
B: Unpin,
impl<B> UnwindSafe for SendableWinHandle<B>where
B: UnwindSafe,
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