Struct exfat::file::TouchOptions
source · pub struct TouchOptions {
pub access: bool,
pub modified: bool,
}Fields§
§access: bool§modified: boolTrait Implementations§
source§impl Clone for TouchOptions
impl Clone for TouchOptions
source§fn clone(&self) -> TouchOptions
fn clone(&self) -> TouchOptions
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 more