#[repr(C)]pub struct PF_TimeDisplayPref {
pub time_display_format: A_char,
pub framemax: A_char,
pub nondrop30: A_char,
pub frames_per_foot: A_char,
}Fields§
§time_display_format: A_char§framemax: A_char§nondrop30: A_char§frames_per_foot: A_charTrait Implementations§
Source§impl Clone for PF_TimeDisplayPref
impl Clone for PF_TimeDisplayPref
Source§fn clone(&self) -> PF_TimeDisplayPref
fn clone(&self) -> PF_TimeDisplayPref
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_TimeDisplayPref
impl Debug for PF_TimeDisplayPref
impl Copy for PF_TimeDisplayPref
Auto Trait Implementations§
impl Freeze for PF_TimeDisplayPref
impl RefUnwindSafe for PF_TimeDisplayPref
impl Send for PF_TimeDisplayPref
impl Sync for PF_TimeDisplayPref
impl Unpin for PF_TimeDisplayPref
impl UnwindSafe for PF_TimeDisplayPref
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