Struct finder_info::FolderInfo[][src]

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

Defines a directory information structure.

The FolderInfo structure is preferred over the DInfo structure.

Fields

windowBounds: Rect

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

finderFlags: FinderFlags

Finder flags. See FinderFlags.

location: Point

Location of the folder in the parent window.

reservedField: u16

Reserved. Set to 0.

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.