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