Struct IsolatedWindowsEnvironmentOwnerRegistration
pub struct IsolatedWindowsEnvironmentOwnerRegistration;
Implementations§
§impl IsolatedWindowsEnvironmentOwnerRegistration
impl IsolatedWindowsEnvironmentOwnerRegistration
pub fn Register<P1>(
ownername: &HSTRING,
ownerregistrationdata: P1,
) -> Result<IsolatedWindowsEnvironmentOwnerRegistrationResult>where
P1: Param<IsolatedWindowsEnvironmentOwnerRegistrationData>,
pub fn Unregister(ownername: &HSTRING) -> Result<()>
Auto Trait Implementations§
impl Freeze for IsolatedWindowsEnvironmentOwnerRegistration
impl RefUnwindSafe for IsolatedWindowsEnvironmentOwnerRegistration
impl Send for IsolatedWindowsEnvironmentOwnerRegistration
impl Sync for IsolatedWindowsEnvironmentOwnerRegistration
impl Unpin for IsolatedWindowsEnvironmentOwnerRegistration
impl UnwindSafe for IsolatedWindowsEnvironmentOwnerRegistration
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