Struct windows::Devices::Portable::ServiceDeviceType
#[repr(transparent)]pub struct ServiceDeviceType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§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
§fn clone(&self) -> ServiceDeviceType
fn clone(&self) -> ServiceDeviceType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ServiceDeviceType
impl Debug for ServiceDeviceType
§impl Default for ServiceDeviceType
impl Default for ServiceDeviceType
§fn default() -> ServiceDeviceType
fn default() -> ServiceDeviceType
Returns the “default value” for a type. Read more
§impl PartialEq for ServiceDeviceType
impl PartialEq for ServiceDeviceType
§fn eq(&self, other: &ServiceDeviceType) -> bool
fn eq(&self, other: &ServiceDeviceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ServiceDeviceType
impl Eq for ServiceDeviceType
impl StructuralPartialEq for ServiceDeviceType
Auto Trait Implementations§
impl Freeze for ServiceDeviceType
impl RefUnwindSafe for ServiceDeviceType
impl Send for ServiceDeviceType
impl Sync for ServiceDeviceType
impl Unpin for ServiceDeviceType
impl UnwindSafe for ServiceDeviceType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)