Skip to main content

IRingColliderPartMethods

Trait IRingColliderPartMethods 

Source
pub trait IRingColliderPartMethods: IRingColliderPart {
    // Provided methods
    fn get_hit_result(self) -> RingCleaningSequence_HitResult { ... }
    fn set_hit_result(self, value: impl Into<RingCleaningSequence_HitResult>) { ... }
    fn get_index(self) -> i32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_hit_result(self) -> RingCleaningSequence_HitResult

get_HitResult() overload

Source

fn set_hit_result(self, value: impl Into<RingCleaningSequence_HitResult>)

set_HitResult(crate::app::ringcleaningsequence::RingCleaningSequence_HitResult) overload

Source

fn get_index(self) -> i32

get_Index() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IRingColliderPart> IRingColliderPartMethods for __T

Available on crate feature app-ringcolliderpart only.