pub trait ITMP_SelectionCaretMethods: ITMP_SelectionCaret {
// Provided methods
fn cull(self, clip_rect: impl Into<Rect>, valid_rect: impl Into<bool>) { ... }
fn update_geometry(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn cull(self, clip_rect: impl Into<Rect>, valid_rect: impl Into<bool>)
fn cull(self, clip_rect: impl Into<Rect>, valid_rect: impl Into<bool>)
Cull(crate::unity_engine::rect::Rect, bool) overload
Sourcefn update_geometry(self)
fn update_geometry(self)
UpdateGeometry() 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: ITMP_SelectionCaret> ITMP_SelectionCaretMethods for __T
Available on crate feature
tm_pro-tmp_selectioncaret only.