Struct windows_sys::Win32::UI::Shell::SHNAMEMAPPINGW
[−]#[repr(C)]pub struct SHNAMEMAPPINGW {
pub pszOldPath: PWSTR,
pub pszNewPath: PWSTR,
pub cchOldPath: i32,
pub cchNewPath: i32,
}Expand description
Required features: ‘Win32_UI_Shell’
Fields
pszOldPath: PWSTRpszNewPath: PWSTRcchOldPath: i32cchNewPath: i32Trait Implementations
impl Clone for SHNAMEMAPPINGW
impl Clone for SHNAMEMAPPINGW
impl Copy for SHNAMEMAPPINGW
Auto Trait Implementations
impl RefUnwindSafe for SHNAMEMAPPINGW
impl !Send for SHNAMEMAPPINGW
impl !Sync for SHNAMEMAPPINGW
impl Unpin for SHNAMEMAPPINGW
impl UnwindSafe for SHNAMEMAPPINGW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more