pub struct ContextTarget { /* private fields */ }Expand description
Die Kontext Daten, für den Event Loop.
Implementations§
Trait Implementations§
Source§impl Default for ContextTarget
impl Default for ContextTarget
Source§fn default() -> ContextTarget
fn default() -> ContextTarget
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextTarget
impl !RefUnwindSafe for ContextTarget
impl !Send for ContextTarget
impl !Sync for ContextTarget
impl Unpin for ContextTarget
impl UnsafeUnpin for ContextTarget
impl !UnwindSafe for ContextTarget
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