pub struct Sign {
pub rot: f32,
pub xd: f32,
pub yd: f32,
pub zd: f32,
pub messages: Vec<String>,
pub entity: EntityFields,
}
Fields§
§rot: f32
§xd: f32
§yd: f32
§zd: f32
§messages: Vec<String>
§entity: EntityFields
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sign
impl RefUnwindSafe for Sign
impl Send for Sign
impl Sync for Sign
impl Unpin for Sign
impl UnwindSafe for Sign
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