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