Skip to main content

IGmapSequence_GmapFreeCameraSequence_DirFlagFieldMethods

Trait IGmapSequence_GmapFreeCameraSequence_DirFlagFieldMethods 

Source
pub trait IGmapSequence_GmapFreeCameraSequence_DirFlagFieldMethods: IGmapSequence_GmapFreeCameraSequence_DirFlagField {
    // Provided methods
    fn ctor(self, f: impl Into<i32>) { ... }
    fn ctor_2(self, f: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>) { ... }
    fn to_int(
        self,
        value: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>,
    ) -> i32 { ... }
    fn test_up(self) -> bool { ... }
    fn test_down(self) -> bool { ... }
    fn test_left(self) -> bool { ... }
    fn test_right(self) -> bool { ... }
    fn test(
        self,
        dir: impl Into<GmapSequence_GmapFreeCameraSequence_Dir>,
    ) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self, f: impl Into<i32>)

.ctor(i32) overload

Source

fn ctor_2(self, f: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>)

.ctor(crate::app::gmapsequence::GmapSequence_GmapFreeCameraSequence_DirFlag) overload

Source

fn to_int( self, value: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>, ) -> i32

ToInt(crate::app::gmapsequence::GmapSequence_GmapFreeCameraSequence_DirFlag) overload

Source

fn test_up(self) -> bool

TestUp() overload

Source

fn test_down(self) -> bool

TestDown() overload

Source

fn test_left(self) -> bool

TestLeft() overload

Source

fn test_right(self) -> bool

TestRight() overload

Source

fn test(self, dir: impl Into<GmapSequence_GmapFreeCameraSequence_Dir>) -> bool

Test(crate::app::gmapsequence::GmapSequence_GmapFreeCameraSequence_Dir) 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§