pub enum HudStat {
}
Variants§
Pos(v2f)
Name(String)
Scale(v2f)
Text(String)
Number(u32)
Item(u32)
Dir(u32)
Align(v2f)
Offset(v2f)
WorldPos(v3f)
Size(v2s32)
ZIndex(u32)
Text2(String)
Style(u32)
Trait Implementations§
Source§impl Deserialize for HudStat
impl Deserialize for HudStat
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
impl StructuralPartialEq for HudStat
Auto Trait Implementations§
impl Freeze for HudStat
impl RefUnwindSafe for HudStat
impl Send for HudStat
impl Sync for HudStat
impl Unpin for HudStat
impl UnwindSafe for HudStat
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