Struct windows::System::Profile::SystemIdentification
pub struct SystemIdentification;
Implementations§
§impl SystemIdentification
impl SystemIdentification
pub fn GetSystemIdForPublisher() -> Result<SystemIdentificationInfo>
pub fn GetSystemIdForUser<P0>(user: P0) -> Result<SystemIdentificationInfo>where
P0: Param<User>,
Auto Trait Implementations§
impl Freeze for SystemIdentification
impl RefUnwindSafe for SystemIdentification
impl Send for SystemIdentification
impl Sync for SystemIdentification
impl Unpin for SystemIdentification
impl UnwindSafe for SystemIdentification
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