Struct SignalsInStatusIndicator
pub struct SignalsInStatusIndicator<'c> { /* private fields */ }
Expand description
A collection of signals for the StatusIndicator
class.
Implementations§
§impl<'c> SignalsInStatusIndicator<'c>
impl<'c> SignalsInStatusIndicator<'c>
pub fn pressed(&mut self) -> SigPressed<'c>
pub fn pressed(&mut self) -> SigPressed<'c>
Signature: (mouse_button: i64, mouse_position: Vector2i)
Auto Trait Implementations§
impl<'c> Freeze for SignalsInStatusIndicator<'c>
impl<'c> RefUnwindSafe for SignalsInStatusIndicator<'c>
impl<'c> !Send for SignalsInStatusIndicator<'c>
impl<'c> !Sync for SignalsInStatusIndicator<'c>
impl<'c> Unpin for SignalsInStatusIndicator<'c>
impl<'c> !UnwindSafe for SignalsInStatusIndicator<'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