#[repr(C)]pub struct TimelineAsset_DurationMode {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl TimelineAsset_DurationMode
impl TimelineAsset_DurationMode
pub fn based_on_clips() -> Self
pub fn fixed_length() -> Self
Trait Implementations§
Source§impl Clone for TimelineAsset_DurationMode
impl Clone for TimelineAsset_DurationMode
Source§fn clone(&self) -> TimelineAsset_DurationMode
fn clone(&self) -> TimelineAsset_DurationMode
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimelineAsset_DurationMode
impl Debug for TimelineAsset_DurationMode
Source§impl PartialEq for TimelineAsset_DurationMode
impl PartialEq for TimelineAsset_DurationMode
impl Copy for TimelineAsset_DurationMode
impl Eq for TimelineAsset_DurationMode
impl StructuralPartialEq for TimelineAsset_DurationMode
Auto Trait Implementations§
impl Freeze for TimelineAsset_DurationMode
impl RefUnwindSafe for TimelineAsset_DurationMode
impl Send for TimelineAsset_DurationMode
impl Sync for TimelineAsset_DurationMode
impl Unpin for TimelineAsset_DurationMode
impl UnwindSafe for TimelineAsset_DurationMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)