pub struct Trail {
pub x: Double,
pub y: Double,
pub z: Double,
pub color: Int,
pub duration: VarInt,
}
Fields§
§x: Double
§y: Double
§z: Double
§color: Int
§duration: VarInt
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trail
impl RefUnwindSafe for Trail
impl Send for Trail
impl Sync for Trail
impl Unpin for Trail
impl UnwindSafe for Trail
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