pub struct Delegate1<TR, T0>(/* private fields */);Expand description
Rust type which can store and call a corresponding Func<...> or Action<...> delegate
from .net.
Implementations§
Trait Implementations§
impl<TR: FromNetReturn, T0: ToNet> FromNet for Delegate1<TR, T0>
impl<TR: FromNetReturn, T0: ToNet> Net for Delegate1<TR, T0>
impl<TR: FromNetReturn, T0: ToNet> ToNet for Delegate1<TR, T0>
Auto Trait Implementations§
impl<TR, T0> Freeze for Delegate1<TR, T0>
impl<TR, T0> RefUnwindSafe for Delegate1<TR, T0>
impl<TR, T0> Send for Delegate1<TR, T0>
impl<TR, T0> Sync for Delegate1<TR, T0>
impl<TR, T0> Unpin for Delegate1<TR, T0>
impl<TR, T0> UnwindSafe for Delegate1<TR, T0>
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