Struct windows_sys::Win32::UI::Shell::Common::SHELLDETAILS
[−]Expand description
Required features: "Win32_UI_Shell_Common"
Fields
fmt: i32
cxChar: i32
str: STRRET
Trait Implementations
impl Clone for SHELLDETAILS
impl Clone for SHELLDETAILS
impl Copy for SHELLDETAILS
Auto Trait Implementations
impl RefUnwindSafe for SHELLDETAILS
impl !Send for SHELLDETAILS
impl !Sync for SHELLDETAILS
impl Unpin for SHELLDETAILS
impl UnwindSafe for SHELLDETAILS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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