pub struct TimelineMarkerProperties {
pub name: String,
pub position: i32,
}Fields§
§name: String§position: i32Trait Implementations§
Source§impl Clone for TimelineMarkerProperties
impl Clone for TimelineMarkerProperties
Source§fn clone(&self) -> TimelineMarkerProperties
fn clone(&self) -> TimelineMarkerProperties
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 TimelineMarkerProperties
impl Debug for TimelineMarkerProperties
Source§impl Into<FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES> for TimelineMarkerProperties
impl Into<FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES> for TimelineMarkerProperties
Source§fn into(self) -> FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES
fn into(self) -> FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for TimelineMarkerProperties
impl RefUnwindSafe for TimelineMarkerProperties
impl Send for TimelineMarkerProperties
impl Sync for TimelineMarkerProperties
impl Unpin for TimelineMarkerProperties
impl UnwindSafe for TimelineMarkerProperties
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