Struct windows_native::ntsam::USER_PROFILE_INFORMATION
source ยท #[repr(C)]pub struct USER_PROFILE_INFORMATION {
pub ProfilePath: UNICODE_STRING,
}Fieldsยง
ยงProfilePath: UNICODE_STRINGTrait Implementationsยง
sourceยงimpl Debug for USER_PROFILE_INFORMATION
impl Debug for USER_PROFILE_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for USER_PROFILE_INFORMATION
impl !Send for USER_PROFILE_INFORMATION
impl !Sync for USER_PROFILE_INFORMATION
impl Unpin for USER_PROFILE_INFORMATION
impl UnwindSafe for USER_PROFILE_INFORMATION
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