Struct win_nfd::shobjidl::ShellItem

source ·
#[repr(transparent)]
pub struct ShellItem(_);
Expand description

A Shell Item

Implementations§

Try to create a ShellItem from a path.

This will allocate internally to work with relative paths.

Panics

Panics if the path contains interior NULs.

Errors

Returns an error if the absolute path could not be acquired or if the shell item could not be created.

Try to create a ShellItem from a path.

Note that this does not work with relative paths.

Try to create a ShellItem from an ItemIdList.

Get the display name of a shell item.

Trait Implementations§

Executes the destructor for this 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.