#[repr(C)]pub struct AEGP_TimeDisplay2 {
pub time_display_type: AEGP_TimeDisplayType,
pub timebaseC: A_char,
pub non_drop_30B: A_Boolean,
pub frames_per_footC: A_char,
pub starting_frameL: A_long,
pub auto_timecode_baseB: A_Boolean,
}Fields§
§time_display_type: AEGP_TimeDisplayType§timebaseC: A_char§non_drop_30B: A_Boolean§frames_per_footC: A_char§starting_frameL: A_long§auto_timecode_baseB: A_BooleanTrait Implementations§
Source§impl Clone for AEGP_TimeDisplay2
impl Clone for AEGP_TimeDisplay2
Source§fn clone(&self) -> AEGP_TimeDisplay2
fn clone(&self) -> AEGP_TimeDisplay2
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_TimeDisplay2
impl Debug for AEGP_TimeDisplay2
impl Copy for AEGP_TimeDisplay2
Auto Trait Implementations§
impl Freeze for AEGP_TimeDisplay2
impl RefUnwindSafe for AEGP_TimeDisplay2
impl Send for AEGP_TimeDisplay2
impl Sync for AEGP_TimeDisplay2
impl Unpin for AEGP_TimeDisplay2
impl UnwindSafe for AEGP_TimeDisplay2
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