pub struct TimelineNestedBeatProperties {
pub event_guid: Guid,
pub properties: TimelineBeatProperties,
}
Available on crate feature
studio
only.Expand description
Describes a beat on the timeline from a nested event.
Fields§
§event_guid: Guid
Event description GUID.
properties: TimelineBeatProperties
Beat properties.
Trait 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 From<FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES> for TimelineNestedBeatProperties
impl From<FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES> for TimelineNestedBeatProperties
Source§fn from(value: FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES) -> Self
fn from(value: FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES) -> Self
Converts to this type from the input type.
Source§impl From<TimelineNestedBeatProperties> for FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES
impl From<TimelineNestedBeatProperties> for FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES
Source§fn from(value: TimelineNestedBeatProperties) -> Self
fn from(value: TimelineNestedBeatProperties) -> Self
Converts to this type from the input type.
impl Copy for TimelineNestedBeatProperties
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