Struct windows_sys::Win32::System::Search::dbdatetime
[−]Expand description
Required features: "Win32_System_Search"
Fields
dtdays: i32
dttime: u32
Trait Implementations
impl Clone for dbdatetime
impl Clone for dbdatetime
impl Copy for dbdatetime
Auto Trait Implementations
impl RefUnwindSafe for dbdatetime
impl Send for dbdatetime
impl Sync for dbdatetime
impl Unpin for dbdatetime
impl UnwindSafe for dbdatetime
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