Struct windows_sys::Win32::UI::Shell::SHELL_ITEM_RESOURCE
[−]Expand description
Required features: "Win32_UI_Shell"
Fields
guidType: GUID
szName: [u16; 260]
Trait Implementations
impl Clone for SHELL_ITEM_RESOURCE
impl Clone for SHELL_ITEM_RESOURCE
impl Copy for SHELL_ITEM_RESOURCE
Auto Trait Implementations
impl RefUnwindSafe for SHELL_ITEM_RESOURCE
impl Send for SHELL_ITEM_RESOURCE
impl Sync for SHELL_ITEM_RESOURCE
impl Unpin for SHELL_ITEM_RESOURCE
impl UnwindSafe for SHELL_ITEM_RESOURCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more