Struct windows_sys::Win32::System::Search::TIME_STRUCT
[−]Expand description
Required features: ‘Win32_System_Search’
Fields
hour: u16
minute: u16
second: u16
Trait Implementations
impl Clone for TIME_STRUCT
impl Clone for TIME_STRUCT
impl Copy for TIME_STRUCT
Auto Trait Implementations
impl RefUnwindSafe for TIME_STRUCT
impl Send for TIME_STRUCT
impl Sync for TIME_STRUCT
impl Unpin for TIME_STRUCT
impl UnwindSafe for TIME_STRUCT
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