Struct windows_sys::Management::Deployment::PackageTypes
[−]#[repr(transparent)]pub struct PackageTypes(pub u32);
Expand description
Required features: "Management_Deployment"
Tuple Fields
0: u32
Implementations
impl PackageTypes
impl PackageTypes
Trait Implementations
impl Clone for PackageTypes
impl Clone for PackageTypes
impl Copy for PackageTypes
Auto Trait Implementations
impl RefUnwindSafe for PackageTypes
impl Send for PackageTypes
impl Sync for PackageTypes
impl Unpin for PackageTypes
impl UnwindSafe for PackageTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more