pub struct RegisterDistributionResult {
pub Guid: GUID,
pub InstalledName: PWSTR,
}Fields§
§Guid: GUID§InstalledName: PWSTRAuto Trait Implementations§
impl !Send for RegisterDistributionResult
impl !Sync for RegisterDistributionResult
impl Freeze for RegisterDistributionResult
impl RefUnwindSafe for RegisterDistributionResult
impl Unpin for RegisterDistributionResult
impl UnsafeUnpin for RegisterDistributionResult
impl UnwindSafe for RegisterDistributionResult
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