#[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: FFDisplayOrderTrait Implementations§
Source§impl Clone for FFDisplayOptions
impl Clone for FFDisplayOptions
Source§fn clone(&self) -> FFDisplayOptions
fn clone(&self) -> FFDisplayOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FFDisplayOptions
Auto Trait Implementations§
impl !Send for FFDisplayOptions
impl !Sync for FFDisplayOptions
impl Freeze for FFDisplayOptions
impl RefUnwindSafe for FFDisplayOptions
impl Unpin for FFDisplayOptions
impl UnsafeUnpin 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