pub struct S2Info {
pub id: u32,
pub typ: u8,
pub x: f32,
pub y: f32,
pub z: f32,
pub pitch: f32,
pub yaw: f32,
pub vars: String,
}Expand description
Info record (source e_save_map.bb lines 243–251).
Fields§
§id: u32§typ: u8§x: f32§y: f32§z: f32§pitch: f32§yaw: f32§vars: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for S2Info
impl RefUnwindSafe for S2Info
impl Send for S2Info
impl Sync for S2Info
impl Unpin for S2Info
impl UnsafeUnpin for S2Info
impl UnwindSafe for S2Info
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