#[repr(transparent)]pub struct IndexedResourceType(pub i32);
Expand description
Required features: ‘ApplicationModel_Resources_Management’
Tuple Fields
0: i32
Implementations
impl IndexedResourceType
impl IndexedResourceType
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more