Struct entmet_lib::entities::entity::GlowingItemFrame
source · pub struct GlowingItemFrame { /* private fields */ }Expand description
An instance of an item frame that is glowing
Trait Implementations§
source§impl Default for GlowingItemFrame
impl Default for GlowingItemFrame
source§fn default() -> GlowingItemFrame
fn default() -> GlowingItemFrame
Returns the “default value” for a type. Read more
source§impl Deref for GlowingItemFrame
impl Deref for GlowingItemFrame
Auto Trait Implementations§
impl Freeze for GlowingItemFrame
impl RefUnwindSafe for GlowingItemFrame
impl Send for GlowingItemFrame
impl Sync for GlowingItemFrame
impl Unpin for GlowingItemFrame
impl UnwindSafe for GlowingItemFrame
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