Struct windows_sys::Devices::Portable::ServiceDeviceType
[−]#[repr(transparent)]pub struct ServiceDeviceType(pub i32);Expand description
Required features: ‘Devices_Portable’
Tuple Fields
0: i32Implementations
impl ServiceDeviceType
impl ServiceDeviceType
pub const CalendarService: Self
pub const ContactsService: Self
pub const DeviceStatusService: Self
pub const NotesService: Self
pub const RingtonesService: Self
pub const SmsService: Self
pub const TasksService: Self
Trait Implementations
impl Clone for ServiceDeviceType
impl Clone for ServiceDeviceType
impl Copy for ServiceDeviceType
Auto Trait Implementations
impl RefUnwindSafe for ServiceDeviceType
impl Send for ServiceDeviceType
impl Sync for ServiceDeviceType
impl Unpin for ServiceDeviceType
impl UnwindSafe for ServiceDeviceType
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