#[repr(C)]pub struct FFPhysicalDiskOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub namePrefix: FFstrbuf,
pub temp: bool,
pub tempConfig: FFColorRangeConfig,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§namePrefix: FFstrbuf
§temp: bool
§tempConfig: FFColorRangeConfig
Trait Implementations§
Source§impl Clone for FFPhysicalDiskOptions
impl Clone for FFPhysicalDiskOptions
Source§fn clone(&self) -> FFPhysicalDiskOptions
fn clone(&self) -> FFPhysicalDiskOptions
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 FFPhysicalDiskOptions
impl Debug for FFPhysicalDiskOptions
impl Copy for FFPhysicalDiskOptions
Auto Trait Implementations§
impl Freeze for FFPhysicalDiskOptions
impl RefUnwindSafe for FFPhysicalDiskOptions
impl !Send for FFPhysicalDiskOptions
impl !Sync for FFPhysicalDiskOptions
impl Unpin for FFPhysicalDiskOptions
impl UnwindSafe for FFPhysicalDiskOptions
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