Struct finder_info::FolderInfo[][src]

#[repr(C)]
pub struct FolderInfo { pub windowBounds: Rect, pub finderFlags: FinderFlags, pub location: Point, pub reservedField: u16, }

Defines a directory information structure.

The FolderInfo structure is preferred over the DInfo structure.

Fields

The rectangle for the window that the Finder displays when the user opens the folder.

Finder flags. See FinderFlags.

Location of the folder in the parent window.

Reserved. Set to 0.

Methods

impl FolderInfo
[src]

Trait Implementations

impl Clone for FolderInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FolderInfo
[src]

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

impl Debug for FolderInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FolderInfo

impl Sync for FolderInfo