pub struct ExportConstant { /* private fields */ }Expand description
All the info needed to export a constant to Godot.
Implementations§
Auto Trait Implementations§
impl Freeze for ExportConstant
impl RefUnwindSafe for ExportConstant
impl Send for ExportConstant
impl Sync for ExportConstant
impl Unpin for ExportConstant
impl UnwindSafe for ExportConstant
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