Struct 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
§fn clone(&self) -> SHNAMEMAPPINGW
fn clone(&self) -> SHNAMEMAPPINGW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SHNAMEMAPPINGW
impl Debug for SHNAMEMAPPINGW
§impl Default for SHNAMEMAPPINGW
impl Default for SHNAMEMAPPINGW
§impl PartialEq for SHNAMEMAPPINGW
impl PartialEq for SHNAMEMAPPINGW
impl Copy for SHNAMEMAPPINGW
impl StructuralPartialEq for SHNAMEMAPPINGW
Auto Trait Implementations§
impl Freeze for SHNAMEMAPPINGW
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