[][src]Trait qt_core::AsReceiver

pub trait AsReceiver {
    type Arguments;
    fn as_receiver(&self) -> Receiver<Self::Arguments>;
}

Associated Types

Loading content...

Required methods

fn as_receiver(&self) -> Receiver<Self::Arguments>

Loading content...

Implementations on Foreign Types

impl<T> AsReceiver for MutPtr<T> where
    T: AsReceiver
[src]

impl<T> AsReceiver for Ptr<T> where
    T: AsReceiver
[src]

impl<T> AsReceiver for MutRef<T> where
    T: AsReceiver
[src]

impl<T> AsReceiver for Ref<T> where
    T: AsReceiver
[src]

impl<'a, T: CppDeletable> AsReceiver for &'a CppBox<T> where
    T: AsReceiver
[src]

Loading content...

Implementors

impl AsReceiver for RawSlot[src]

type Arguments = ()

impl AsReceiver for RawSlotOfBool[src]

impl AsReceiver for RawSlotOfDirection[src]

impl AsReceiver for RawSlotOfDouble[src]

impl AsReceiver for RawSlotOfI64[src]

impl AsReceiver for RawSlotOfInt[src]

impl AsReceiver for RawSlotOfIntExitStatus[src]

impl AsReceiver for RawSlotOfIntI64[src]

impl AsReceiver for RawSlotOfIntInt[src]

impl AsReceiver for RawSlotOfOrientation[src]

impl AsReceiver for RawSlotOfOrientationInt[src]

impl AsReceiver for RawSlotOfOrientationIntInt[src]

impl AsReceiver for RawSlotOfProcessError[src]

impl AsReceiver for RawSlotOfProcessState[src]

impl AsReceiver for RawSlotOfQAbstractAnimation[src]

impl AsReceiver for RawSlotOfQAbstractItemModel[src]

impl AsReceiver for RawSlotOfQItemSelection[src]

impl AsReceiver for RawSlotOfQItemSelectionQItemSelection[src]

impl AsReceiver for RawSlotOfQListOfQPersistentModelIndex[src]

impl AsReceiver for RawSlotOfQListOfQPersistentModelIndexLayoutChangeHint[src]

impl AsReceiver for RawSlotOfQModelIndex[src]

impl AsReceiver for RawSlotOfQModelIndexInt[src]

impl AsReceiver for RawSlotOfQModelIndexIntInt[src]

impl AsReceiver for RawSlotOfQModelIndexIntIntQModelIndex[src]

impl AsReceiver for RawSlotOfQModelIndexIntIntQModelIndexInt[src]

impl AsReceiver for RawSlotOfQModelIndexQModelIndex[src]

impl AsReceiver for RawSlotOfQModelIndexQModelIndexQVectorOfInt[src]

impl AsReceiver for RawSlotOfQObject[src]

impl AsReceiver for RawSlotOfQString[src]

impl AsReceiver for RawSlotOfQVariant[src]

impl AsReceiver for RawSlotOfState[src]

impl AsReceiver for RawSlotOfState2[src]

impl AsReceiver for RawSlotOfStateState[src]

impl<'a, 'b: 'a> AsReceiver for &'b Slot<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfBool<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfDirection<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfDouble<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfI64<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfIntExitStatus<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfIntI64<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfIntInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfOrientation<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfOrientationInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfOrientationIntInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfProcessError<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfProcessState<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQAbstractAnimation<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQAbstractItemModel<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQItemSelection<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQItemSelectionQItemSelection<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQListOfQPersistentModelIndex<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQListOfQPersistentModelIndexLayoutChangeHint<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndex<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndexInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndexIntInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndexIntIntQModelIndex<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndexIntIntQModelIndexInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndexQModelIndex<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQModelIndexQModelIndexQVectorOfInt<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQObject<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQString<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfQVariant<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfState<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfState2<'a>[src]

impl<'a, 'b: 'a> AsReceiver for &'b SlotOfStateState<'a>[src]

impl<A> AsReceiver for Receiver<A>[src]

type Arguments = A

impl<A> AsReceiver for Signal<A>[src]

type Arguments = A

Loading content...