Struct windows_sys::Win32::UI::Shell::DROPDESCRIPTION
[−]#[repr(C, packed(1))]pub struct DROPDESCRIPTION {
pub type: DROPIMAGETYPE,
pub szMessage: [u16; 260],
pub szInsert: [u16; 260],
}
Expand description
Required features: "Win32_UI_Shell"
Fields
type: DROPIMAGETYPE
szMessage: [u16; 260]
szInsert: [u16; 260]
Trait Implementations
impl Clone for DROPDESCRIPTION
impl Clone for DROPDESCRIPTION
impl Copy for DROPDESCRIPTION
Auto Trait Implementations
impl RefUnwindSafe for DROPDESCRIPTION
impl Send for DROPDESCRIPTION
impl Sync for DROPDESCRIPTION
impl Unpin for DROPDESCRIPTION
impl UnwindSafe for DROPDESCRIPTION
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