Struct windows_sys::Win32::System::Search::dbdatetime4
[−]Expand description
Required features: ‘Win32_System_Search’
Fields
numdays: u16nummins: u16Trait Implementations
impl Clone for dbdatetime4
impl Clone for dbdatetime4
impl Copy for dbdatetime4
Auto Trait Implementations
impl RefUnwindSafe for dbdatetime4
impl Send for dbdatetime4
impl Sync for dbdatetime4
impl Unpin for dbdatetime4
impl UnwindSafe for dbdatetime4
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more