pub struct TrackJam {
pub entity_id: EntityId,
pub emitter: u8,
pub beam: u8,
}Fields§
§entity_id: EntityId§emitter: u8§beam: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TrackJam
impl Send for TrackJam
impl Sync for TrackJam
impl Unpin for TrackJam
impl UnwindSafe for TrackJam
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