Struct lu_formats::files::luz::TransitionPoint
source · pub struct TransitionPoint {
pub scene_id: u32,
pub layer_id: u32,
pub transition_point: Vector3,
}
Expand description
Fields§
§scene_id: u32
§layer_id: u32
§transition_point: Vector3
Trait Implementations§
source§impl Clone for TransitionPoint
impl Clone for TransitionPoint
source§fn clone(&self) -> TransitionPoint
fn clone(&self) -> TransitionPoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransitionPoint
impl Debug for TransitionPoint
source§impl<'de> Deserialize<'de> for TransitionPoint
impl<'de> Deserialize<'de> for TransitionPoint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<TransitionPoint> for TransitionPoint
impl PartialEq<TransitionPoint> for TransitionPoint
source§fn eq(&self, other: &TransitionPoint) -> bool
fn eq(&self, other: &TransitionPoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TransitionPoint
impl Serialize for TransitionPoint
impl StructuralPartialEq for TransitionPoint
Auto Trait Implementations§
impl RefUnwindSafe for TransitionPoint
impl Send for TransitionPoint
impl Sync for TransitionPoint
impl Unpin for TransitionPoint
impl UnwindSafe for TransitionPoint
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