#[repr(transparent)]pub struct IndexedResourceType(pub i32);
Expand description
Required features: "ApplicationModel_Resources_Management"
Tuple Fields
0: i32
Implementations
impl IndexedResourceType
impl IndexedResourceType
pub const String: Self = Self(0i32)
pub const Path: Self = Self(1i32)
pub const EmbeddedData: Self = Self(2i32)
Trait Implementations
impl Clone for IndexedResourceType
impl Clone for IndexedResourceType
impl Copy for IndexedResourceType
Auto Trait Implementations
impl RefUnwindSafe for IndexedResourceType
impl Send for IndexedResourceType
impl Sync for IndexedResourceType
impl Unpin for IndexedResourceType
impl UnwindSafe for IndexedResourceType
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