Enum godot::obj::bounds::DeclEngine
pub enum DeclEngine {}
Expand description
Expresses that a class is declared by the Godot engine.
Trait Implementations§
§impl Declarer for DeclEngine
impl Declarer for DeclEngine
type DerefTarget<T: GodotClass> = T
Auto Trait Implementations§
impl Freeze for DeclEngine
impl RefUnwindSafe for DeclEngine
impl Send for DeclEngine
impl Sync for DeclEngine
impl Unpin for DeclEngine
impl UnwindSafe for DeclEngine
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more