Struct finder_info::FinderInfoFolder[][src]

#[repr(C)]
pub struct FinderInfoFolder { pub folder_info: FolderInfo, pub extended_folder_info: ExtendedFolderInfo, }

Fields

Methods

impl FinderInfoFolder
[src]

Trait Implementations

impl Clone for FinderInfoFolder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FinderInfoFolder
[src]

Formats the value using the given formatter. Read more

impl Default for FinderInfoFolder
[src]

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

Auto Trait Implementations