#[repr(u32)]pub enum ContentType {
Show 31 variants
ArcadeGame = 851_968,
AvatarAssetPack = 32_768,
AvatarItem = 36_864,
CacheFile = 262_144,
CommunityGame = 33_554_432,
GameDemo = 524_288,
GameOnDemand = 28_672,
GamerPicture = 131_072,
GamerTitle = 655_360,
GameTrailer = 786_432,
GameVideo = 4_194_304,
InstalledGame = 16_384,
Installer = 720_896,
IPTVPauseBuffer = 8_192,
LicenseStore = 983_040,
MarketPlaceContent = 2,
Movie = 1_048_576,
MusicVideo = 3_145_728,
PodcastVideo = 5_242_880,
Profile = 65_536,
Publisher = 3,
SavedGame = 1,
StorageDownload = 327_680,
Theme = 196_608,
Video = 2_097_152,
ViralVideo = 6_291_456,
XboxDownload = 458_752,
XboxOriginalGame = 20_480,
XboxSavedGame = 393_216,
Xbox360Title = 4_096,
XNA = 917_504,
}Variants§
ArcadeGame = 851_968
AvatarAssetPack = 32_768
AvatarItem = 36_864
CacheFile = 262_144
CommunityGame = 33_554_432
GameDemo = 524_288
GameOnDemand = 28_672
GamerPicture = 131_072
GamerTitle = 655_360
GameTrailer = 786_432
GameVideo = 4_194_304
InstalledGame = 16_384
Installer = 720_896
IPTVPauseBuffer = 8_192
LicenseStore = 983_040
MarketPlaceContent = 2
Movie = 1_048_576
MusicVideo = 3_145_728
PodcastVideo = 5_242_880
Profile = 65_536
Publisher = 3
SavedGame = 1
StorageDownload = 327_680
Theme = 196_608
Video = 2_097_152
ViralVideo = 6_291_456
XboxDownload = 458_752
XboxOriginalGame = 20_480
XboxSavedGame = 393_216
Xbox360Title = 4_096
XNA = 917_504
Trait Implementations§
Source§impl Debug for ContentType
impl Debug for ContentType
Source§impl Serialize for ContentType
impl Serialize for ContentType
Source§impl TryFrom<u32> for ContentType
impl TryFrom<u32> for ContentType
Source§type Error = TryFromPrimitiveError<ContentType>
type Error = TryFromPrimitiveError<ContentType>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for ContentType
impl TryFromPrimitive for ContentType
Auto Trait Implementations§
impl Freeze for ContentType
impl RefUnwindSafe for ContentType
impl Send for ContentType
impl Sync for ContentType
impl Unpin for ContentType
impl UnsafeUnpin for ContentType
impl UnwindSafe for ContentType
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