pub struct TimelineNestedBeatProperties {
pub event_guid: Guid,
pub properties: TimelineBeatProperties,
}Fields§
§event_guid: Guid§properties: TimelineBeatPropertiesTrait Implementations§
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.
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