Struct JET_LOGTIME
#[repr(C)]pub struct JET_LOGTIME {
pub bSeconds: i8,
pub bMinutes: i8,
pub bHours: i8,
pub bDay: i8,
pub bMonth: i8,
pub bYear: i8,
pub Anonymous1: JET_LOGTIME_0,
pub Anonymous2: JET_LOGTIME_1,
}
Fields§
§bSeconds: i8
§bMinutes: i8
§bHours: i8
§bDay: i8
§bMonth: i8
§bYear: i8
§Anonymous1: JET_LOGTIME_0
§Anonymous2: JET_LOGTIME_1
Trait Implementations§
§impl Clone for JET_LOGTIME
impl Clone for JET_LOGTIME
§fn clone(&self) -> JET_LOGTIME
fn clone(&self) -> JET_LOGTIME
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 JET_LOGTIME
Auto Trait Implementations§
impl Freeze for JET_LOGTIME
impl RefUnwindSafe for JET_LOGTIME
impl Send for JET_LOGTIME
impl Sync for JET_LOGTIME
impl Unpin for JET_LOGTIME
impl UnwindSafe for JET_LOGTIME
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