#[repr(C)]pub struct WslOfflineDistributionInformation {
pub Id: GUID,
pub Name: PCWSTR,
pub PackageFamilyName: PCWSTR,
pub Flavor: PCWSTR,
pub Version: PCWSTR,
}
Fields§
§Id: GUID
Distribution ID, guaranteed to be the same accross reboots
Name: PCWSTR
§PackageFamilyName: PCWSTR
Package family name, or NULL if none
Flavor: PCWSTR
Type of distribution (ubuntu, debian, …), introduced in TODO
Version: PCWSTR
Distribution 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