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