pub struct OnPreScriptInventoryResized;Expand description
Called just before a script inventory is resized.
Implementations§
Trait Implementations§
Source§impl Clone for OnPreScriptInventoryResized
impl Clone for OnPreScriptInventoryResized
Source§fn clone(&self) -> OnPreScriptInventoryResized
fn clone(&self) -> OnPreScriptInventoryResized
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnPreScriptInventoryResized
Source§impl Debug for OnPreScriptInventoryResized
impl Debug for OnPreScriptInventoryResized
impl Eq for OnPreScriptInventoryResized
impl StructuralPartialEq for OnPreScriptInventoryResized
Auto Trait Implementations§
impl Freeze for OnPreScriptInventoryResized
impl RefUnwindSafe for OnPreScriptInventoryResized
impl Send for OnPreScriptInventoryResized
impl Sync for OnPreScriptInventoryResized
impl Unpin for OnPreScriptInventoryResized
impl UnsafeUnpin for OnPreScriptInventoryResized
impl UnwindSafe for OnPreScriptInventoryResized
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