Struct SignalsInGraphNode
pub struct SignalsInGraphNode<'c> { /* private fields */ }
Expand description
A collection of signals for the GraphNode
class.
Implementations§
§impl<'c> SignalsInGraphNode<'c>
impl<'c> SignalsInGraphNode<'c>
pub fn slot_updated(&mut self) -> SigSlotUpdated<'c>
pub fn slot_updated(&mut self) -> SigSlotUpdated<'c>
Signature: (slot_index: i64)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInGraphNode<'c>
impl<'c> RefUnwindSafe for SignalsInGraphNode<'c>
impl<'c> !Send for SignalsInGraphNode<'c>
impl<'c> !Sync for SignalsInGraphNode<'c>
impl<'c> Unpin for SignalsInGraphNode<'c>
impl<'c> !UnwindSafe for SignalsInGraphNode<'c>
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