Struct Base
pub struct Base<T>where
T: GodotClass,{ /* private fields */ }
Expand description
Restricted version of Gd
, to hold the base instance inside a user’s GodotClass
.
Behaves similarly to Gd
, but is more constrained. Cannot be constructed by the user.
Trait Implementations§
§impl<T> Debug for Base<T>where
T: GodotClass,
impl<T> Debug for Base<T>where
T: GodotClass,
Auto Trait Implementations§
impl<T> Freeze for Base<T>
impl<T> RefUnwindSafe for Base<T>
impl<T> !Send for Base<T>
impl<T> !Sync for Base<T>
impl<T> Unpin for Base<T>
impl<T> UnwindSafe for Base<T>
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