Struct finder_info::FinderInfoFile[][src]

#[repr(C)]
pub struct FinderInfoFile { pub file_info: FileInfo, pub extended_file_info: ExtendedFileInfo, }

Fields

Methods

impl FinderInfoFile
[src]

Trait Implementations

impl Clone for FinderInfoFile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FinderInfoFile
[src]

Formats the value using the given formatter. Read more

impl Default for FinderInfoFile
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations