Struct windows::ApplicationModel::Appointments::RecurrenceType
#[repr(transparent)]pub struct RecurrenceType(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl RecurrenceType
impl RecurrenceType
Trait Implementations§
§impl Clone for RecurrenceType
impl Clone for RecurrenceType
§fn clone(&self) -> RecurrenceType
fn clone(&self) -> RecurrenceType
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 RecurrenceType
impl Debug for RecurrenceType
§impl Default for RecurrenceType
impl Default for RecurrenceType
§fn default() -> RecurrenceType
fn default() -> RecurrenceType
Returns the “default value” for a type. Read more
§impl PartialEq for RecurrenceType
impl PartialEq for RecurrenceType
§fn eq(&self, other: &RecurrenceType) -> bool
fn eq(&self, other: &RecurrenceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RecurrenceType
impl Eq for RecurrenceType
impl StructuralPartialEq for RecurrenceType
Auto Trait Implementations§
impl Freeze for RecurrenceType
impl RefUnwindSafe for RecurrenceType
impl Send for RecurrenceType
impl Sync for RecurrenceType
impl Unpin for RecurrenceType
impl UnwindSafe for RecurrenceType
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
)