#[repr(C)]pub struct PF_TimeDisplayPrefVersion3 {
pub display_mode: A_char,
pub framemax: A_long,
pub frames_per_foot: A_long,
pub frames_start: A_char,
pub nondrop30B: A_Boolean,
pub honor_source_timecodeB: A_Boolean,
pub use_feet_framesB: A_Boolean,
}Fields§
§display_mode: A_char§framemax: A_long§frames_per_foot: A_long§frames_start: A_char§nondrop30B: A_Boolean§honor_source_timecodeB: A_Boolean§use_feet_framesB: A_BooleanTrait Implementations§
Source§impl Clone for PF_TimeDisplayPrefVersion3
impl Clone for PF_TimeDisplayPrefVersion3
Source§fn clone(&self) -> PF_TimeDisplayPrefVersion3
fn clone(&self) -> PF_TimeDisplayPrefVersion3
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 PF_TimeDisplayPrefVersion3
impl Debug for PF_TimeDisplayPrefVersion3
impl Copy for PF_TimeDisplayPrefVersion3
Auto Trait Implementations§
impl Freeze for PF_TimeDisplayPrefVersion3
impl RefUnwindSafe for PF_TimeDisplayPrefVersion3
impl Send for PF_TimeDisplayPrefVersion3
impl Sync for PF_TimeDisplayPrefVersion3
impl Unpin for PF_TimeDisplayPrefVersion3
impl UnwindSafe for PF_TimeDisplayPrefVersion3
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