pub struct OnScriptInventoryResized;Expand description
Called just after a script inventory is resized.
Implementations§
Trait Implementations§
Source§impl Clone for OnScriptInventoryResized
impl Clone for OnScriptInventoryResized
Source§fn clone(&self) -> OnScriptInventoryResized
fn clone(&self) -> OnScriptInventoryResized
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 OnScriptInventoryResized
Source§impl Debug for OnScriptInventoryResized
impl Debug for OnScriptInventoryResized
impl Eq for OnScriptInventoryResized
Source§impl PartialEq for OnScriptInventoryResized
impl PartialEq for OnScriptInventoryResized
impl StructuralPartialEq for OnScriptInventoryResized
Auto Trait Implementations§
impl Freeze for OnScriptInventoryResized
impl RefUnwindSafe for OnScriptInventoryResized
impl Send for OnScriptInventoryResized
impl Sync for OnScriptInventoryResized
impl Unpin for OnScriptInventoryResized
impl UnsafeUnpin for OnScriptInventoryResized
impl UnwindSafe for OnScriptInventoryResized
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