pub enum DismPackageIdentifier {
DismPackageNone = 0,
DismPackageName = 1,
DismPackagePath = 2,
}
Available on crate feature
dism
and Windows only.Variants§
Trait Implementations§
Source§impl From<DismPackageIdentifier> for u32
impl From<DismPackageIdentifier> for u32
Source§fn from(v: DismPackageIdentifier) -> Self
fn from(v: DismPackageIdentifier) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DismPackageIdentifier
impl RefUnwindSafe for DismPackageIdentifier
impl Send for DismPackageIdentifier
impl Sync for DismPackageIdentifier
impl Unpin for DismPackageIdentifier
impl UnwindSafe for DismPackageIdentifier
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