#[repr(C)]pub struct FFDisplayOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub compactType: FFDisplayCompactType,
pub preciseRefreshRate: bool,
pub order: FFDisplayOrder,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§compactType: FFDisplayCompactType
§preciseRefreshRate: bool
§order: FFDisplayOrder
Trait Implementations§
Source§impl Clone for FFDisplayOptions
impl Clone for FFDisplayOptions
Source§fn clone(&self) -> FFDisplayOptions
fn clone(&self) -> FFDisplayOptions
Returns a copy 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 FFDisplayOptions
impl Debug for FFDisplayOptions
impl Copy for FFDisplayOptions
Auto Trait Implementations§
impl Freeze for FFDisplayOptions
impl RefUnwindSafe for FFDisplayOptions
impl !Send for FFDisplayOptions
impl !Sync for FFDisplayOptions
impl Unpin for FFDisplayOptions
impl UnwindSafe for FFDisplayOptions
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