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