#[repr(C)]pub struct TIME_STRUCT {
pub hour: SQLUSMALLINT,
pub minute: SQLUSMALLINT,
pub second: SQLUSMALLINT,
}Fields§
§hour: SQLUSMALLINT§minute: SQLUSMALLINT§second: SQLUSMALLINTTrait Implementations§
Source§impl Clone for TIME_STRUCT
impl Clone for TIME_STRUCT
Source§fn clone(&self) -> TIME_STRUCT
fn clone(&self) -> TIME_STRUCT
Returns a duplicate 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 moreSource§impl Debug for TIME_STRUCT
impl Debug for TIME_STRUCT
impl Copy for TIME_STRUCT
Auto Trait Implementations§
impl Freeze for TIME_STRUCT
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§
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