#[repr(C)]pub struct FFstate {
pub logoWidth: u32,
pub logoHeight: u32,
pub keysHeight: u32,
pub terminalLightTheme: bool,
pub platform: FFPlatform,
pub configDoc: *mut yyjson_doc,
pub resultDoc: *mut yyjson_mut_doc,
pub genConfigPath: FFstrbuf,
}
Fields§
§logoWidth: u32
§logoHeight: u32
§keysHeight: u32
§terminalLightTheme: bool
§platform: FFPlatform
§configDoc: *mut yyjson_doc
§resultDoc: *mut yyjson_mut_doc
§genConfigPath: FFstrbuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FFstate
impl RefUnwindSafe for FFstate
impl !Send for FFstate
impl !Sync for FFstate
impl Unpin for FFstate
impl UnwindSafe for FFstate
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