pub struct OnGuiOpened;Expand description
Called when the player opens a GUI.
Implementations§
Trait Implementations§
Source§impl Clone for OnGuiOpened
impl Clone for OnGuiOpened
Source§fn clone(&self) -> OnGuiOpened
fn clone(&self) -> OnGuiOpened
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 OnGuiOpened
Source§impl Debug for OnGuiOpened
impl Debug for OnGuiOpened
impl Eq for OnGuiOpened
Source§impl PartialEq for OnGuiOpened
impl PartialEq for OnGuiOpened
impl StructuralPartialEq for OnGuiOpened
Auto Trait Implementations§
impl Freeze for OnGuiOpened
impl RefUnwindSafe for OnGuiOpened
impl Send for OnGuiOpened
impl Sync for OnGuiOpened
impl Unpin for OnGuiOpened
impl UnsafeUnpin for OnGuiOpened
impl UnwindSafe for OnGuiOpened
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