pub struct TrackInfo {
pub env: Environment,
pub sun_dir: u8,
pub min_x: i32,
pub min_y: i32,
pub min_z: i32,
pub data_bytes: u8,
pub parts: Vec<Part>,
}Fields§
§env: Environment§sun_dir: u8§min_x: i32§min_y: i32§min_z: i32§data_bytes: u8§parts: Vec<Part>Trait Implementations§
impl Eq for TrackInfo
impl StructuralPartialEq for TrackInfo
Auto Trait Implementations§
impl Freeze for TrackInfo
impl RefUnwindSafe for TrackInfo
impl Send for TrackInfo
impl Sync for TrackInfo
impl Unpin for TrackInfo
impl UnwindSafe for TrackInfo
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