#[repr(C)]pub struct FFColorsOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub symbol: FFColorsSymbol,
pub paddingLeft: u32,
pub block: FFBlockConfig,
}Fields§
§moduleInfo: FFModuleBaseInfo§moduleArgs: FFModuleArgs§symbol: FFColorsSymbol§paddingLeft: u32§block: FFBlockConfigTrait Implementations§
Source§impl Clone for FFColorsOptions
impl Clone for FFColorsOptions
Source§fn clone(&self) -> FFColorsOptions
fn clone(&self) -> FFColorsOptions
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 FFColorsOptions
impl Debug for FFColorsOptions
impl Copy for FFColorsOptions
Auto Trait Implementations§
impl Freeze for FFColorsOptions
impl RefUnwindSafe for FFColorsOptions
impl !Send for FFColorsOptions
impl !Sync for FFColorsOptions
impl Unpin for FFColorsOptions
impl UnwindSafe for FFColorsOptions
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