Enum ByValue
pub enum ByValue {}
Expand description
Pass arguments to Godot by value.
See ToGodot::Pass
.
Trait Implementations§
§impl ArgPassing for ByValue
impl ArgPassing for ByValue
Auto Trait Implementations§
impl Freeze for ByValue
impl RefUnwindSafe for ByValue
impl Send for ByValue
impl Sync for ByValue
impl Unpin for ByValue
impl UnwindSafe for ByValue
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