pub struct Delegate5<TR, T0, T1, T2, T3, T4>(/* 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, T1: ToNet, T2: ToNet, T3: ToNet, T4: ToNet> FromNet for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR: FromNetReturn, T0: ToNet, T1: ToNet, T2: ToNet, T3: ToNet, T4: ToNet> Net for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR: FromNetReturn, T0: ToNet, T1: ToNet, T2: ToNet, T3: ToNet, T4: ToNet> ToNet for Delegate5<TR, T0, T1, T2, T3, T4>
Auto Trait Implementations§
impl<TR, T0, T1, T2, T3, T4> Freeze for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR, T0, T1, T2, T3, T4> RefUnwindSafe for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR, T0, T1, T2, T3, T4> Send for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR, T0, T1, T2, T3, T4> Sync for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR, T0, T1, T2, T3, T4> Unpin for Delegate5<TR, T0, T1, T2, T3, T4>
impl<TR, T0, T1, T2, T3, T4> UnwindSafe for Delegate5<TR, T0, T1, T2, T3, T4>
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