Struct finder_info::ExtendedFileInfo[][src]

#[repr(C)]
pub struct ExtendedFileInfo { pub reserved1: [i16; 4], pub extendedFinderFlags: ExtendedFinderFlags, pub reserved2: i16, pub putAwayFolderID: i32, }

Defines an extended file information structure.

The ExtendedFileInfo structure is preferred over the FXInfo structure.

Fields

Reserved (set to 0).

Extended flags. See ExtendedFinderFlags.

Reserved (set to 0).

If the user moves the file onto the desktop, the directory ID of the folder from which the user moves the file.

Methods

impl ExtendedFileInfo
[src]

Trait Implementations

impl Clone for ExtendedFileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExtendedFileInfo
[src]

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

impl Debug for ExtendedFileInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations