#[repr(C)]pub struct FFconfig {
pub logo: FFOptionsLogo,
pub display: FFOptionsDisplay,
pub general: FFOptionsGeneral,
pub modules: FFOptionsModules,
}
Fields§
§logo: FFOptionsLogo
§display: FFOptionsDisplay
§general: FFOptionsGeneral
§modules: FFOptionsModules
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFconfig
impl RefUnwindSafe for FFconfig
impl !Send for FFconfig
impl !Sync for FFconfig
impl Unpin for FFconfig
impl UnwindSafe for FFconfig
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