Struct windows::System::DateTimeSettings
pub struct DateTimeSettings;
Implementations§
§impl DateTimeSettings
impl DateTimeSettings
pub fn SetSystemDateTime(utcdatetime: DateTime) -> Result<()>
Auto Trait Implementations§
impl Freeze for DateTimeSettings
impl RefUnwindSafe for DateTimeSettings
impl Send for DateTimeSettings
impl Sync for DateTimeSettings
impl Unpin for DateTimeSettings
impl UnwindSafe for DateTimeSettings
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