Struct finder_info::FileInfo[][src]

#[repr(C)]
pub struct FileInfo { pub fileType: OSType, pub fileCreator: OSType, pub finderFlags: FinderFlags, pub location: Point, pub reservedField: u16, }

Defines a file information structure.

The FileInfo structure is preferred over the FInfo structure.

Fields

File type.

The signature of the application that created the file.

Finder flags. See FinderFlags.

The location--specified in coordinates local to the window--of the file's icon within its window.

The window in which the file's icon appears; this information is meaningful only to the Finder.

Methods

impl FileInfo
[src]

Trait Implementations

impl Clone for FileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FileInfo
[src]

Formats the value using the given formatter. Read more

impl Default for FileInfo
[src]

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

Auto Trait Implementations

impl Send for FileInfo

impl Sync for FileInfo