pub trait IMapTerrainInfoAlignmentMemberMethods: IMapTerrainInfoAlignmentMember {
// Provided methods
fn get_left(self) -> f32 { ... }
fn get_right(self) -> f32 { ... }
fn get_top(self) -> f32 { ... }
fn get_bottom(self) -> f32 { ... }
fn get_spacing(self) -> f32 { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_bottom(self) -> f32
fn get_bottom(self) -> f32
GetBottom() overload
Sourcefn get_spacing(self) -> f32
fn get_spacing(self) -> f32
GetSpacing() 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: IMapTerrainInfoAlignmentMember> IMapTerrainInfoAlignmentMemberMethods for __T
Available on crate feature
app-mapterraininfoalignmentmember only.