#[repr(C)]pub struct WslOfflineDistributionInformation {
pub Id: GUID,
pub Name: PCWSTR,
pub PackageFamilyName: PCWSTR,
pub Flavor: PCWSTR,
pub Version: PCWSTR,
}Fields§
§Id: GUIDDistribution ID, guaranteed to be the same accross reboots
Name: PCWSTR§PackageFamilyName: PCWSTRPackage family name, or NULL if none
Flavor: PCWSTRType of distribution (ubuntu, debian, …), introduced in TODO
Version: PCWSTRDistribution version, introduced in TODO
Auto Trait Implementations§
impl Freeze for WslOfflineDistributionInformation
impl RefUnwindSafe for WslOfflineDistributionInformation
impl !Send for WslOfflineDistributionInformation
impl !Sync for WslOfflineDistributionInformation
impl Unpin for WslOfflineDistributionInformation
impl UnwindSafe for WslOfflineDistributionInformation
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