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§
Sourcefn ctor_2(self, f: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>)
fn ctor_2(self, f: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>)
.ctor(crate::app::gmapsequence::GmapSequence_GmapFreeCameraSequence_DirFlag) overload
Sourcefn to_int(
self,
value: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>,
) -> i32
fn to_int( self, value: impl Into<GmapSequence_GmapFreeCameraSequence_DirFlag>, ) -> i32
ToInt(crate::app::gmapsequence::GmapSequence_GmapFreeCameraSequence_DirFlag) overload
Sourcefn test_right(self) -> bool
fn test_right(self) -> bool
TestRight() overload
Sourcefn test(self, dir: impl Into<GmapSequence_GmapFreeCameraSequence_Dir>) -> bool
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§
impl<__T: IGmapSequence_GmapFreeCameraSequence_DirFlagField> IGmapSequence_GmapFreeCameraSequence_DirFlagFieldMethods for __T
Available on crate feature
app-gmapsequence only.