pub struct GdextConfig {
pub tool_only_in_editor: bool,
/* private fields */
}Available on non-crate feature
experimental-threads only.Fields§
§tool_only_in_editor: boolImplementations§
Auto Trait Implementations§
impl !Freeze for GdextConfig
impl !RefUnwindSafe for GdextConfig
impl Send for GdextConfig
impl !Sync for GdextConfig
impl Unpin for GdextConfig
impl UnwindSafe for GdextConfig
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