Struct windows_sys::Devices::Portable::ServiceDeviceType
[−]#[repr(transparent)]pub struct ServiceDeviceType(pub i32);
Expand description
Required features: "Devices_Portable"
Tuple Fields
0: i32
Implementations
impl ServiceDeviceType
impl ServiceDeviceType
pub const CalendarService: Self = Self(0i32)
pub const ContactsService: Self = Self(1i32)
pub const DeviceStatusService: Self = Self(2i32)
pub const NotesService: Self = Self(3i32)
pub const RingtonesService: Self = Self(4i32)
pub const SmsService: Self = Self(5i32)
pub const TasksService: Self = Self(6i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more