pub struct __GdextScriptInstance { /* private fields */ }Trait Implementations§
Source§impl Clone for __GdextScriptInstance
impl Clone for __GdextScriptInstance
Source§fn clone(&self) -> __GdextScriptInstance
fn clone(&self) -> __GdextScriptInstance
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 moreSource§impl Debug for __GdextScriptInstance
impl Debug for __GdextScriptInstance
impl Copy for __GdextScriptInstance
Auto Trait Implementations§
impl Freeze for __GdextScriptInstance
impl RefUnwindSafe for __GdextScriptInstance
impl Send for __GdextScriptInstance
impl Sync for __GdextScriptInstance
impl Unpin for __GdextScriptInstance
impl UnwindSafe for __GdextScriptInstance
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