#[repr(C)]pub struct AEGP_TimeDisplay3 {
pub display_mode: AEGP_TimeDisplayMode,
pub footage_display_mode: AEGP_SourceTimecodeDisplayMode,
pub display_dropframeB: A_Boolean,
pub use_feet_framesB: A_Boolean,
pub timebaseC: A_char,
pub frames_per_footC: A_char,
pub frames_display_mode: AEGP_FramesDisplayMode,
}Fields§
§display_mode: AEGP_TimeDisplayMode§footage_display_mode: AEGP_SourceTimecodeDisplayMode§display_dropframeB: A_Boolean§use_feet_framesB: A_Boolean§timebaseC: A_char§frames_per_footC: A_char§frames_display_mode: AEGP_FramesDisplayModeTrait Implementations§
Source§impl Clone for AEGP_TimeDisplay3
impl Clone for AEGP_TimeDisplay3
Source§fn clone(&self) -> AEGP_TimeDisplay3
fn clone(&self) -> AEGP_TimeDisplay3
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 AEGP_TimeDisplay3
impl Debug for AEGP_TimeDisplay3
impl Copy for AEGP_TimeDisplay3
Auto Trait Implementations§
impl Freeze for AEGP_TimeDisplay3
impl RefUnwindSafe for AEGP_TimeDisplay3
impl Send for AEGP_TimeDisplay3
impl Sync for AEGP_TimeDisplay3
impl Unpin for AEGP_TimeDisplay3
impl UnwindSafe for AEGP_TimeDisplay3
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