#[repr(C)]pub struct SQL_TIME_STRUCT {
pub hour: u16,
pub minute: u16,
pub second: u16,
}Fields§
§hour: u16§minute: u16§second: u16Trait Implementations§
Source§impl Clone for SQL_TIME_STRUCT
impl Clone for SQL_TIME_STRUCT
Source§fn clone(&self) -> SQL_TIME_STRUCT
fn clone(&self) -> SQL_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 SQL_TIME_STRUCT
impl Debug for SQL_TIME_STRUCT
Source§impl Default for SQL_TIME_STRUCT
impl Default for SQL_TIME_STRUCT
Source§fn default() -> SQL_TIME_STRUCT
fn default() -> SQL_TIME_STRUCT
Returns the “default value” for a type. Read more
Source§impl Hash for SQL_TIME_STRUCT
impl Hash for SQL_TIME_STRUCT
Source§impl PartialEq for SQL_TIME_STRUCT
impl PartialEq for SQL_TIME_STRUCT
impl Copy for SQL_TIME_STRUCT
impl Eq for SQL_TIME_STRUCT
impl StructuralPartialEq for SQL_TIME_STRUCT
Auto Trait Implementations§
impl Freeze for SQL_TIME_STRUCT
impl RefUnwindSafe for SQL_TIME_STRUCT
impl Send for SQL_TIME_STRUCT
impl Sync for SQL_TIME_STRUCT
impl Unpin for SQL_TIME_STRUCT
impl UnwindSafe for SQL_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