pub struct EventSetTime<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
Modify the system time event.
Trait Implementations§
Source§impl<'a> Debug for EventSetTime<'a>
impl<'a> Debug for EventSetTime<'a>
Source§impl<'a> Hash for EventSetTime<'a>
impl<'a> Hash for EventSetTime<'a>
Source§impl<'a> PartialEq for EventSetTime<'a>
impl<'a> PartialEq for EventSetTime<'a>
impl<'a> Eq for EventSetTime<'a>
impl Send for EventSetTime<'_>
impl Sync for EventSetTime<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventSetTime<'a>
impl<'a> RefUnwindSafe for EventSetTime<'a>
impl<'a> Unpin for EventSetTime<'a>
impl<'a> UnwindSafe for EventSetTime<'a>
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