Struct windows_sys::Win32::UI::Shell::SHNAMEMAPPINGW
#[repr(C)]pub struct SHNAMEMAPPINGW {
pub pszOldPath: PWSTR,
pub pszNewPath: PWSTR,
pub cchOldPath: i32,
pub cchNewPath: i32,
}
Fields§
§pszOldPath: PWSTR
§pszNewPath: PWSTR
§cchOldPath: i32
§cchNewPath: i32
Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more