#[repr(transparent)]pub struct AppointmentDaysOfWeek(pub u32);
Expand description
Required features: "ApplicationModel_Appointments"
Tuple Fields
0: u32
Implementations
Trait Implementations
impl Clone for AppointmentDaysOfWeek
impl Clone for AppointmentDaysOfWeek
impl Copy for AppointmentDaysOfWeek
Auto Trait Implementations
impl RefUnwindSafe for AppointmentDaysOfWeek
impl Send for AppointmentDaysOfWeek
impl Sync for AppointmentDaysOfWeek
impl Unpin for AppointmentDaysOfWeek
impl UnwindSafe for AppointmentDaysOfWeek
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