Struct lu_formats::files::kfm::ChainSequence
source · pub struct ChainSequence {
pub sequence_id: u32,
pub duration: f32,
}
Expand description
Fields§
§sequence_id: u32
§duration: f32
Trait Implementations§
source§impl Clone for ChainSequence
impl Clone for ChainSequence
source§fn clone(&self) -> ChainSequence
fn clone(&self) -> ChainSequence
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 ChainSequence
impl Debug for ChainSequence
source§impl<'de> Deserialize<'de> for ChainSequence
impl<'de> Deserialize<'de> for ChainSequence
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<ChainSequence> for ChainSequence
impl PartialEq<ChainSequence> for ChainSequence
source§fn eq(&self, other: &ChainSequence) -> bool
fn eq(&self, other: &ChainSequence) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ChainSequence
impl Serialize for ChainSequence
impl StructuralPartialEq for ChainSequence
Auto Trait Implementations§
impl RefUnwindSafe for ChainSequence
impl Send for ChainSequence
impl Sync for ChainSequence
impl Unpin for ChainSequence
impl UnwindSafe for ChainSequence
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