pub struct TimelineBeatProperties {
pub bar: i32,
pub beat: i32,
pub position: i32,
pub tempo: f32,
pub timesignatureupper: i32,
pub timesignaturelower: i32,
}
Fields§
§bar: i32
§beat: i32
§position: i32
§tempo: f32
§timesignatureupper: i32
§timesignaturelower: i32
Trait Implementations§
Source§impl Clone for TimelineBeatProperties
impl Clone for TimelineBeatProperties
Source§fn clone(&self) -> TimelineBeatProperties
fn clone(&self) -> TimelineBeatProperties
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 TimelineBeatProperties
impl Debug for TimelineBeatProperties
Source§impl Into<FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES> for TimelineBeatProperties
impl Into<FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES> for TimelineBeatProperties
Source§fn into(self) -> FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES
fn into(self) -> FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for TimelineBeatProperties
impl RefUnwindSafe for TimelineBeatProperties
impl Send for TimelineBeatProperties
impl Sync for TimelineBeatProperties
impl Unpin for TimelineBeatProperties
impl UnwindSafe for TimelineBeatProperties
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