Struct windows_sys::Win32::System::Threading::PROCESS_LEAP_SECOND_INFO
[−]Expand description
Required features: "Win32_System_Threading"
Fields
Flags: u32
Reserved: u32
Trait Implementations
impl Clone for PROCESS_LEAP_SECOND_INFO
impl Clone for PROCESS_LEAP_SECOND_INFO
impl Copy for PROCESS_LEAP_SECOND_INFO
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_LEAP_SECOND_INFO
impl Send for PROCESS_LEAP_SECOND_INFO
impl Sync for PROCESS_LEAP_SECOND_INFO
impl Unpin for PROCESS_LEAP_SECOND_INFO
impl UnwindSafe for PROCESS_LEAP_SECOND_INFO
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