Struct GdMut
pub struct GdMut<'a, T>where
T: GodotClass,{ /* private fields */ }
Expand description
Mutably/exclusively bound reference guard for a Gd
smart pointer.
See Gd::bind_mut
for usage.
Trait Implementations§
§impl<'a, T> Debug for GdMut<'a, T>where
T: Debug + GodotClass,
impl<'a, T> Debug for GdMut<'a, T>where
T: Debug + GodotClass,
§impl<T> Deref for GdMut<'_, T>where
T: GodotClass,
impl<T> Deref for GdMut<'_, T>where
T: GodotClass,
§impl<T> DerefMut for GdMut<'_, T>where
T: GodotClass,
impl<T> DerefMut for GdMut<'_, T>where
T: GodotClass,
Auto Trait Implementations§
impl<'a, T> Freeze for GdMut<'a, T>
impl<'a, T> RefUnwindSafe for GdMut<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for GdMut<'a, T>
impl<'a, T> !Sync for GdMut<'a, T>
impl<'a, T> Unpin for GdMut<'a, T>
impl<'a, T> UnwindSafe for GdMut<'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