#[repr(transparent)]pub struct AppointmentRecurrenceUnit(pub i32);
Expand description
Required features: "ApplicationModel_Appointments"
Tuple Fields
0: i32
Implementations
impl AppointmentRecurrenceUnit
impl AppointmentRecurrenceUnit
pub const Daily: Self = Self(0i32)
pub const Weekly: Self = Self(1i32)
pub const Monthly: Self = Self(2i32)
pub const MonthlyOnDay: Self = Self(3i32)
pub const Yearly: Self = Self(4i32)
pub const YearlyOnDay: Self = Self(5i32)
Trait Implementations
impl Clone for AppointmentRecurrenceUnit
impl Clone for AppointmentRecurrenceUnit
impl Copy for AppointmentRecurrenceUnit
Auto Trait Implementations
impl RefUnwindSafe for AppointmentRecurrenceUnit
impl Send for AppointmentRecurrenceUnit
impl Sync for AppointmentRecurrenceUnit
impl Unpin for AppointmentRecurrenceUnit
impl UnwindSafe for AppointmentRecurrenceUnit
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