pub struct SIGDN(/* private fields */);
kernel
and shell
only.Expand description
SIGDN
enumeration (u32
).
Implementations§
Source§impl SIGDN
impl SIGDN
Sourcepub const unsafe fn as_mut(&mut self) -> &mut u32
pub const unsafe fn as_mut(&mut self) -> &mut u32
Returns a mutable reference to the underlying raw value.
§Safety
Be sure the integer being set is meaningful for the actual type.
Sourcepub const unsafe fn from_raw(v: u32) -> Self
pub const unsafe fn from_raw(v: u32) -> Self
Constructs a new object by wrapping the given integer value.
§Safety
Be sure the given value is meaningful for the actual type.
Sourcepub const fn raw(&self) -> u32
pub const fn raw(&self) -> u32
Returns the primitive integer underlying value.
This method is similar to Into
, but it
is const
, therefore it can be used in
const contexts.
Source§impl SIGDN
impl SIGDN
Sourcepub const NORMALDISPLAY: Self
pub const NORMALDISPLAY: Self
Returns the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
Sourcepub const PARENTRELATIVEPARSING: Self
pub const PARENTRELATIVEPARSING: Self
Returns the parsing name relative to the parent folder. This name is not suitable for use in UI.
Sourcepub const DESKTOPABSOLUTEPARSING: Self
pub const DESKTOPABSOLUTEPARSING: Self
Returns the parsing name relative to the desktop. This name is not suitable for use in UI.
Sourcepub const PARENTRELATIVEEDITING: Self
pub const PARENTRELATIVEEDITING: Self
Returns the editing name relative to the parent folder. In UI this name is suitable for display to the user.
Sourcepub const DESKTOPABSOLUTEEDITING: Self
pub const DESKTOPABSOLUTEEDITING: Self
Returns the editing name relative to the desktop. In UI this name is suitable for display to the user.
Sourcepub const FILESYSPATH: Self
pub const FILESYSPATH: Self
Returns the item’s file system path if it has one. Only items that
report SFGAO::FILESYSTEM
have a file
system path. When an item does not have a file system path a call to
IShellItem::GetDisplayName
on that item will fail. In UI this name is suitable for display to the
user in some cases but note that it might not be specified for all
items.
Sourcepub const URL: Self
pub const URL: Self
Returns the item’s URL if it has one. Some items do not have a URL and
in those cases a call to
IShellItem::GetDisplayName
will fail. This name is suitable for display to the user in some cases,
but note that it might not be specified for all items.
Sourcepub const PARENTRELATIVEFORADDRESSBAR: Self
pub const PARENTRELATIVEFORADDRESSBAR: Self
Returns the path relative to the parent folder in a friendly format as displayed in an address bar. This name is suitable for display to the user.
Sourcepub const PARENTRELATIVE: Self
pub const PARENTRELATIVE: Self
Returns the path relative to the parent folder.
Sourcepub const PARENTRELATIVEFORUI: Self
pub const PARENTRELATIVEFORUI: Self
Introduced in Windows 8.