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