Struct GdRef
pub struct GdRef<'a, T>where
T: GodotClass,{ /* private fields */ }
Expand description
Trait Implementations§
§impl<'a, T> Debug for GdRef<'a, T>where
T: Debug + GodotClass,
impl<'a, T> Debug for GdRef<'a, T>where
T: Debug + GodotClass,
§impl<T> Deref for GdRef<'_, T>where
T: GodotClass,
impl<T> Deref for GdRef<'_, T>where
T: GodotClass,
Auto Trait Implementations§
impl<'a, T> Freeze for GdRef<'a, T>
impl<'a, T> RefUnwindSafe for GdRef<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for GdRef<'a, T>
impl<'a, T> !Sync for GdRef<'a, T>
impl<'a, T> Unpin for GdRef<'a, T>
impl<'a, T> UnwindSafe for GdRef<'a, T>where
T: RefUnwindSafe,
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