Struct webxr_api::registry::MainThreadWakerImpl
source · struct MainThreadWakerImpl {
sender: Sender<()>,
}
Fields§
§sender: Sender<()>
Implementations§
source§impl MainThreadWakerImpl
impl MainThreadWakerImpl
fn new(waker: Box<dyn MainThreadWaker>) -> Result<MainThreadWakerImpl, Error>
fn wake(&self)
Trait Implementations§
source§impl Clone for MainThreadWakerImpl
impl Clone for MainThreadWakerImpl
source§fn clone(&self) -> MainThreadWakerImpl
fn clone(&self) -> MainThreadWakerImpl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for MainThreadWakerImpl
impl<'de> Deserialize<'de> for MainThreadWakerImpl
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
Auto Trait Implementations§
impl Freeze for MainThreadWakerImpl
impl !RefUnwindSafe for MainThreadWakerImpl
impl Send for MainThreadWakerImpl
impl !Sync for MainThreadWakerImpl
impl Unpin for MainThreadWakerImpl
impl UnwindSafe for MainThreadWakerImpl
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