Struct exfat::file::FileOptions
source · pub struct FileOptions {
pub dont_fragment: bool,
}Fields§
§dont_fragment: boolFragment will produce unpredictable latency when writing, enabling this option will indicate write operation returns Fragment error instead of filling FAT chain
Trait Implementations§
source§impl Clone for FileOptions
impl Clone for FileOptions
source§fn clone(&self) -> FileOptions
fn clone(&self) -> FileOptions
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 FileOptions
impl Debug for FileOptions
source§impl Default for FileOptions
impl Default for FileOptions
source§fn default() -> FileOptions
fn default() -> FileOptions
Returns the “default value” for a type. Read more