Struct windows::Win32::Storage::Jet::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)