#[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: FFColorRangeConfigTrait Implementations§
Source§impl Clone for FFPhysicalDiskOptions
impl Clone for FFPhysicalDiskOptions
Source§fn clone(&self) -> FFPhysicalDiskOptions
fn clone(&self) -> FFPhysicalDiskOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FFPhysicalDiskOptions
Auto Trait Implementations§
impl !Send for FFPhysicalDiskOptions
impl !Sync for FFPhysicalDiskOptions
impl Freeze for FFPhysicalDiskOptions
impl RefUnwindSafe for FFPhysicalDiskOptions
impl Unpin for FFPhysicalDiskOptions
impl UnsafeUnpin 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