pub struct WindowsUniversalAppX {
pub applicable_architectures: WindowsArchitecture,
pub applicable_device_types: WindowsDeviceType,
pub identity_name: String,
pub identity_publisher_hash: String,
pub identity_resource_identifier: String,
pub is_bundle: bool,
pub minimum_supported_operating_system: WindowsMinimumOperatingSystem,
pub identity_version: String,
}
Fields§
§applicable_architectures: WindowsArchitecture
§applicable_device_types: WindowsDeviceType
§identity_name: String
§identity_publisher_hash: String
§identity_resource_identifier: String
§is_bundle: bool
§minimum_supported_operating_system: WindowsMinimumOperatingSystem
§identity_version: String
Trait Implementations§
Source§impl Clone for WindowsUniversalAppX
impl Clone for WindowsUniversalAppX
Source§fn clone(&self) -> WindowsUniversalAppX
fn clone(&self) -> WindowsUniversalAppX
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WindowsUniversalAppX
impl Debug for WindowsUniversalAppX
Source§impl<'de> Deserialize<'de> for WindowsUniversalAppX
impl<'de> Deserialize<'de> for WindowsUniversalAppX
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WindowsUniversalAppX
impl PartialEq for WindowsUniversalAppX
Source§impl Serialize for WindowsUniversalAppX
impl Serialize for WindowsUniversalAppX
impl Eq for WindowsUniversalAppX
impl StructuralPartialEq for WindowsUniversalAppX
Auto Trait Implementations§
impl Freeze for WindowsUniversalAppX
impl RefUnwindSafe for WindowsUniversalAppX
impl Send for WindowsUniversalAppX
impl Sync for WindowsUniversalAppX
impl Unpin for WindowsUniversalAppX
impl UnwindSafe for WindowsUniversalAppX
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