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