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