pub struct TimelineNestedBeatProperties {
pub eventid: Guid,
pub properties: TimelineBeatProperties,
}Fields§
§eventid: Guid§properties: TimelineBeatPropertiesTrait Implementations§
Source§impl Clone for TimelineNestedBeatProperties
impl Clone for TimelineNestedBeatProperties
Source§fn clone(&self) -> TimelineNestedBeatProperties
fn clone(&self) -> TimelineNestedBeatProperties
Returns a duplicate 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 TimelineNestedBeatProperties
impl Debug for TimelineNestedBeatProperties
Source§impl Into<FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES> for TimelineNestedBeatProperties
impl Into<FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES> for TimelineNestedBeatProperties
Source§fn into(self) -> FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES
fn into(self) -> FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for TimelineNestedBeatProperties
impl RefUnwindSafe for TimelineNestedBeatProperties
impl Send for TimelineNestedBeatProperties
impl Sync for TimelineNestedBeatProperties
impl Unpin for TimelineNestedBeatProperties
impl UnwindSafe for TimelineNestedBeatProperties
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