pub struct CutsceneWaypoint {
pub position: MapPosition,
pub target: LuaAny,
pub time_to_wait: u32,
pub transition_time: u32,
pub zoom: f64,
}Fields§
§position: MapPosition§target: LuaAny§time_to_wait: u32§transition_time: u32§zoom: f64Trait Implementations§
Source§impl Clone for CutsceneWaypoint
impl Clone for CutsceneWaypoint
Source§fn clone(&self) -> CutsceneWaypoint
fn clone(&self) -> CutsceneWaypoint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CutsceneWaypoint
Source§impl Debug for CutsceneWaypoint
impl Debug for CutsceneWaypoint
Source§impl Default for CutsceneWaypoint
impl Default for CutsceneWaypoint
Source§fn default() -> CutsceneWaypoint
fn default() -> CutsceneWaypoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for CutsceneWaypoint
impl PartialEq for CutsceneWaypoint
impl StructuralPartialEq for CutsceneWaypoint
Auto Trait Implementations§
impl Freeze for CutsceneWaypoint
impl RefUnwindSafe for CutsceneWaypoint
impl Send for CutsceneWaypoint
impl Sync for CutsceneWaypoint
impl Unpin for CutsceneWaypoint
impl UnsafeUnpin for CutsceneWaypoint
impl UnwindSafe for CutsceneWaypoint
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