#[repr(C)]pub struct FFDiskOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub folders: FFstrbuf,
pub showTypes: FFDiskVolumeType,
pub calcType: FFDiskCalcType,
pub percent: FFPercentageModuleConfig,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§folders: FFstrbuf
§showTypes: FFDiskVolumeType
§calcType: FFDiskCalcType
§percent: FFPercentageModuleConfig
Trait Implementations§
Source§impl Clone for FFDiskOptions
impl Clone for FFDiskOptions
Source§fn clone(&self) -> FFDiskOptions
fn clone(&self) -> FFDiskOptions
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 FFDiskOptions
impl Debug for FFDiskOptions
impl Copy for FFDiskOptions
Auto Trait Implementations§
impl Freeze for FFDiskOptions
impl RefUnwindSafe for FFDiskOptions
impl !Send for FFDiskOptions
impl !Sync for FFDiskOptions
impl Unpin for FFDiskOptions
impl UnwindSafe for FFDiskOptions
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