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