Struct windows_sys::ApplicationModel::Store::Preview::StoreSystemFeature
[−]#[repr(transparent)]pub struct StoreSystemFeature(pub i32);
Expand description
Required features: "ApplicationModel_Store_Preview"
Tuple Fields
0: i32
Implementations
impl StoreSystemFeature
impl StoreSystemFeature
pub const ArchitectureX86: Self = Self(0i32)
pub const ArchitectureX64: Self = Self(1i32)
pub const ArchitectureArm: Self = Self(2i32)
pub const DirectX9: Self = Self(3i32)
pub const DirectX10: Self = Self(4i32)
pub const DirectX11: Self = Self(5i32)
pub const D3D12HardwareFL11: Self = Self(6i32)
pub const D3D12HardwareFL12: Self = Self(7i32)
pub const Memory300MB: Self = Self(8i32)
pub const Memory750MB: Self = Self(9i32)
pub const Memory1GB: Self = Self(10i32)
pub const Memory2GB: Self = Self(11i32)
pub const CameraFront: Self = Self(12i32)
pub const CameraRear: Self = Self(13i32)
pub const Gyroscope: Self = Self(14i32)
pub const Hover: Self = Self(15i32)
pub const Magnetometer: Self = Self(16i32)
pub const Nfc: Self = Self(17i32)
pub const Resolution720P: Self = Self(18i32)
pub const ResolutionWvga: Self = Self(19i32)
pub const ResolutionWvgaOr720P: Self = Self(20i32)
pub const ResolutionWxga: Self = Self(21i32)
pub const ResolutionWvgaOrWxga: Self = Self(22i32)
pub const ResolutionWxgaOr720P: Self = Self(23i32)
pub const Memory4GB: Self = Self(24i32)
pub const Memory6GB: Self = Self(25i32)
pub const Memory8GB: Self = Self(26i32)
pub const Memory12GB: Self = Self(27i32)
pub const Memory16GB: Self = Self(28i32)
pub const Memory20GB: Self = Self(29i32)
pub const VideoMemory2GB: Self = Self(30i32)
pub const VideoMemory4GB: Self = Self(31i32)
pub const VideoMemory6GB: Self = Self(32i32)
pub const VideoMemory1GB: Self = Self(33i32)
pub const ArchitectureArm64: Self = Self(34i32)
Trait Implementations
impl Clone for StoreSystemFeature
impl Clone for StoreSystemFeature
impl Copy for StoreSystemFeature
Auto Trait Implementations
impl RefUnwindSafe for StoreSystemFeature
impl Send for StoreSystemFeature
impl Sync for StoreSystemFeature
impl Unpin for StoreSystemFeature
impl UnwindSafe for StoreSystemFeature
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