Struct endpoint_sec::EventSetTime
source · 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<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventSetTime<'a>
impl<'a> Sync 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