Struct windows_sys::Win32::Security::WinWlx::WLX_PROFILE_V1_0
#[repr(C)]pub struct WLX_PROFILE_V1_0 {
pub dwType: u32,
pub pszProfile: PWSTR,
}
Fields§
§dwType: u32
§pszProfile: PWSTR
Trait Implementations§
§impl Clone for WLX_PROFILE_V1_0
impl Clone for WLX_PROFILE_V1_0
impl Copy for WLX_PROFILE_V1_0
Auto Trait Implementations§
impl RefUnwindSafe for WLX_PROFILE_V1_0
impl !Send for WLX_PROFILE_V1_0
impl !Sync for WLX_PROFILE_V1_0
impl Unpin for WLX_PROFILE_V1_0
impl UnwindSafe for WLX_PROFILE_V1_0
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