Struct windows_sys::Phone::Notification::Management::ReminderState
[−]#[repr(transparent)]pub struct ReminderState(pub i32);
Expand description
Required features: "Phone_Notification_Management"
Tuple Fields
0: i32
Implementations
impl ReminderState
impl ReminderState
Trait Implementations
impl Clone for ReminderState
impl Clone for ReminderState
impl Copy for ReminderState
Auto Trait Implementations
impl RefUnwindSafe for ReminderState
impl Send for ReminderState
impl Sync for ReminderState
impl Unpin for ReminderState
impl UnwindSafe for ReminderState
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