pub struct InherentImpl { /* private fields */ }
Expand description
Stores registration functions for methods, constants, and documentation from inherent #[godot_api]
impl blocks.
Implementations§
Source§impl InherentImpl
impl InherentImpl
pub fn new<T: ImplementsGodotApi>() -> Self
Trait Implementations§
Source§impl Clone for InherentImpl
impl Clone for InherentImpl
Source§fn clone(&self) -> InherentImpl
fn clone(&self) -> InherentImpl
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for InherentImpl
impl RefUnwindSafe for InherentImpl
impl Send for InherentImpl
impl Sync for InherentImpl
impl Unpin for InherentImpl
impl UnwindSafe for InherentImpl
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