pub struct MiscObjectData {
pub map: i32,
pub tile: i32,
pub elevation: i32,
pub rotation: i32,
}Fields§
§map: i32§tile: i32§elevation: i32§rotation: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MiscObjectData
impl RefUnwindSafe for MiscObjectData
impl Send for MiscObjectData
impl Sync for MiscObjectData
impl Unpin for MiscObjectData
impl UnsafeUnpin for MiscObjectData
impl UnwindSafe for MiscObjectData
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