Struct NonThreadSafeArg
pub struct NonThreadSafeArg;Expand description
Argument is not thread-safe, the type requires a custom implementation of ThreadSafeArgContext.
See ToGodot::Threads.
Trait Implementations§
impl ThreadSafety for NonThreadSafeArg
Auto Trait Implementations§
impl Freeze for NonThreadSafeArg
impl RefUnwindSafe for NonThreadSafeArg
impl Send for NonThreadSafeArg
impl Sync for NonThreadSafeArg
impl Unpin for NonThreadSafeArg
impl UnsafeUnpin for NonThreadSafeArg
impl UnwindSafe for NonThreadSafeArg
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