Struct SignalsInObject
pub struct SignalsInObject<'c, C>where
C: WithSignals,{ /* private fields */ }
Expand description
A collection of signals for the Object
class.
Implementations§
§impl<'c, C> SignalsInObject<'c, C>where
C: WithSignals,
impl<'c, C> SignalsInObject<'c, C>where
C: WithSignals,
pub fn script_changed(&mut self) -> SigScriptChanged<'c, C>
pub fn script_changed(&mut self) -> SigScriptChanged<'c, C>
Signature: ()
pub fn property_list_changed(&mut self) -> SigPropertyListChanged<'c, C>
pub fn property_list_changed(&mut self) -> SigPropertyListChanged<'c, C>
Signature: ()
Auto Trait Implementations§
impl<'c, C> Freeze for SignalsInObject<'c, C>
impl<'c, C> RefUnwindSafe for SignalsInObject<'c, C>
impl<'c, C> Send for SignalsInObject<'c, C>
impl<'c, C> Sync for SignalsInObject<'c, C>
impl<'c, C> Unpin for SignalsInObject<'c, C>
impl<'c, C> UnwindSafe for SignalsInObject<'c, 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