#[repr(transparent)]pub struct AddResourcePackageOptions(pub u32);
Expand description
Required features: ‘ApplicationModel’
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for AddResourcePackageOptions
impl Clone for AddResourcePackageOptions
impl Copy for AddResourcePackageOptions
Auto Trait Implementations
impl RefUnwindSafe for AddResourcePackageOptions
impl Send for AddResourcePackageOptions
impl Sync for AddResourcePackageOptions
impl Unpin for AddResourcePackageOptions
impl UnwindSafe for AddResourcePackageOptions
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