Struct windows_sys::Win32::UI::Shell::SFV_SETITEMPOS
[−]#[repr(C)]pub struct SFV_SETITEMPOS {
pub pidl: *mut ITEMIDLIST,
pub pt: POINT,
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_Foundation"
, "Win32_UI_Shell_Common"
Fields
pidl: *mut ITEMIDLIST
pt: POINT
Trait Implementations
impl Clone for SFV_SETITEMPOS
impl Clone for SFV_SETITEMPOS
impl Copy for SFV_SETITEMPOS
Auto Trait Implementations
impl RefUnwindSafe for SFV_SETITEMPOS
impl !Send for SFV_SETITEMPOS
impl !Sync for SFV_SETITEMPOS
impl Unpin for SFV_SETITEMPOS
impl UnwindSafe for SFV_SETITEMPOS
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