Struct PROFILEINFOW
#[repr(C)]pub struct PROFILEINFOW {
pub dwSize: u32,
pub dwFlags: u32,
pub lpUserName: PWSTR,
pub lpProfilePath: PWSTR,
pub lpDefaultPath: PWSTR,
pub lpServerName: PWSTR,
pub lpPolicyPath: PWSTR,
pub hProfile: HANDLE,
}
Fields§
§dwSize: u32
§dwFlags: u32
§lpUserName: PWSTR
§lpProfilePath: PWSTR
§lpDefaultPath: PWSTR
§lpServerName: PWSTR
§lpPolicyPath: PWSTR
§hProfile: HANDLE
Trait Implementations§
§impl Clone for PROFILEINFOW
impl Clone for PROFILEINFOW
§fn clone(&self) -> PROFILEINFOW
fn clone(&self) -> PROFILEINFOW
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 moreimpl Copy for PROFILEINFOW
Auto Trait Implementations§
impl Freeze for PROFILEINFOW
impl RefUnwindSafe for PROFILEINFOW
impl !Send for PROFILEINFOW
impl !Sync for PROFILEINFOW
impl Unpin for PROFILEINFOW
impl UnwindSafe for PROFILEINFOW
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