Struct windows_sys::Win32::UI::Shell::PERSIST_FOLDER_TARGET_INFO
[−]#[repr(C)]pub struct PERSIST_FOLDER_TARGET_INFO {
pub pidlTargetFolder: *mut ITEMIDLIST,
pub szTargetParsingName: [u16; 260],
pub szNetworkProvider: [u16; 260],
pub dwAttributes: u32,
pub csidl: i32,
}
Expand description
Required features: "Win32_UI_Shell"
, "Win32_UI_Shell_Common"
Fields
pidlTargetFolder: *mut ITEMIDLIST
szTargetParsingName: [u16; 260]
szNetworkProvider: [u16; 260]
dwAttributes: u32
csidl: i32
Trait Implementations
impl Clone for PERSIST_FOLDER_TARGET_INFO
impl Clone for PERSIST_FOLDER_TARGET_INFO
impl Copy for PERSIST_FOLDER_TARGET_INFO
Auto Trait Implementations
impl RefUnwindSafe for PERSIST_FOLDER_TARGET_INFO
impl !Send for PERSIST_FOLDER_TARGET_INFO
impl !Sync for PERSIST_FOLDER_TARGET_INFO
impl Unpin for PERSIST_FOLDER_TARGET_INFO
impl UnwindSafe for PERSIST_FOLDER_TARGET_INFO
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