#[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: i32Auto Trait Implementations§
impl !Send for SHNAMEMAPPINGW
impl !Sync for SHNAMEMAPPINGW
impl Freeze for SHNAMEMAPPINGW
impl RefUnwindSafe for SHNAMEMAPPINGW
impl Unpin for SHNAMEMAPPINGW
impl UnsafeUnpin 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