pub struct ScriptedObjectSystem<const LOCKING: bool> { /* private fields */ }
Implementations§
Source§impl<const LOCKING: bool> ScriptedObjectSystem<LOCKING>
impl<const LOCKING: bool> ScriptedObjectSystem<LOCKING>
pub fn new(object: DynamicManaged) -> Self
pub fn new_custom(object: DynamicManaged, name: Cow<'static, str>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl<const LOCKING: bool> !Freeze for ScriptedObjectSystem<LOCKING>
impl<const LOCKING: bool> RefUnwindSafe for ScriptedObjectSystem<LOCKING>
impl<const LOCKING: bool> Send for ScriptedObjectSystem<LOCKING>
impl<const LOCKING: bool> Sync for ScriptedObjectSystem<LOCKING>
impl<const LOCKING: bool> Unpin for ScriptedObjectSystem<LOCKING>
impl<const LOCKING: bool> UnwindSafe for ScriptedObjectSystem<LOCKING>
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