Struct SERVICE_TIMECHANGE_INFO
#[repr(C)]pub struct SERVICE_TIMECHANGE_INFO {
pub liNewTime: i64,
pub liOldTime: i64,
}
Fields§
§liNewTime: i64
§liOldTime: i64
Trait Implementations§
§impl Clone for SERVICE_TIMECHANGE_INFO
impl Clone for SERVICE_TIMECHANGE_INFO
§fn clone(&self) -> SERVICE_TIMECHANGE_INFO
fn clone(&self) -> SERVICE_TIMECHANGE_INFO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SERVICE_TIMECHANGE_INFO
Auto Trait Implementations§
impl Freeze for SERVICE_TIMECHANGE_INFO
impl RefUnwindSafe for SERVICE_TIMECHANGE_INFO
impl Send for SERVICE_TIMECHANGE_INFO
impl Sync for SERVICE_TIMECHANGE_INFO
impl Unpin for SERVICE_TIMECHANGE_INFO
impl UnwindSafe for SERVICE_TIMECHANGE_INFO
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