#[repr(C)]pub struct _SHNAMEMAPPINGA {
pub pszOldPath: LPSTR,
pub pszNewPath: LPSTR,
pub cchOldPath: c_int,
pub cchNewPath: c_int,
}
Fields§
§pszOldPath: LPSTR
§pszNewPath: LPSTR
§cchOldPath: c_int
§cchNewPath: c_int
Trait Implementations§
Source§impl Clone for _SHNAMEMAPPINGA
impl Clone for _SHNAMEMAPPINGA
Source§fn clone(&self) -> _SHNAMEMAPPINGA
fn clone(&self) -> _SHNAMEMAPPINGA
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 moreSource§impl Debug for _SHNAMEMAPPINGA
impl Debug for _SHNAMEMAPPINGA
Source§impl Ord for _SHNAMEMAPPINGA
impl Ord for _SHNAMEMAPPINGA
Source§fn cmp(&self, other: &_SHNAMEMAPPINGA) -> Ordering
fn cmp(&self, other: &_SHNAMEMAPPINGA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SHNAMEMAPPINGA
impl PartialEq for _SHNAMEMAPPINGA
Source§impl PartialOrd for _SHNAMEMAPPINGA
impl PartialOrd for _SHNAMEMAPPINGA
impl Copy for _SHNAMEMAPPINGA
impl Eq for _SHNAMEMAPPINGA
impl StructuralPartialEq for _SHNAMEMAPPINGA
Auto Trait Implementations§
impl Freeze for _SHNAMEMAPPINGA
impl RefUnwindSafe for _SHNAMEMAPPINGA
impl !Send for _SHNAMEMAPPINGA
impl !Sync for _SHNAMEMAPPINGA
impl Unpin for _SHNAMEMAPPINGA
impl UnwindSafe for _SHNAMEMAPPINGA
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