#[repr(C)]pub struct SQL_SS_TIME2_STRUCT {
pub hour: u16,
pub minute: u16,
pub second: u16,
pub fraction: u32,
}Fields§
§hour: u16§minute: u16§second: u16§fraction: u32Trait Implementations§
Source§impl Clone for SQL_SS_TIME2_STRUCT
impl Clone for SQL_SS_TIME2_STRUCT
Source§fn clone(&self) -> SQL_SS_TIME2_STRUCT
fn clone(&self) -> SQL_SS_TIME2_STRUCT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_SS_TIME2_STRUCT
impl Debug for SQL_SS_TIME2_STRUCT
Source§impl Default for SQL_SS_TIME2_STRUCT
impl Default for SQL_SS_TIME2_STRUCT
Source§fn default() -> SQL_SS_TIME2_STRUCT
fn default() -> SQL_SS_TIME2_STRUCT
Returns the “default value” for a type. Read more
Source§impl Hash for SQL_SS_TIME2_STRUCT
impl Hash for SQL_SS_TIME2_STRUCT
Source§impl PartialEq for SQL_SS_TIME2_STRUCT
impl PartialEq for SQL_SS_TIME2_STRUCT
Source§fn eq(&self, other: &SQL_SS_TIME2_STRUCT) -> bool
fn eq(&self, other: &SQL_SS_TIME2_STRUCT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SQL_SS_TIME2_STRUCT
impl Eq for SQL_SS_TIME2_STRUCT
impl StructuralPartialEq for SQL_SS_TIME2_STRUCT
Auto Trait Implementations§
impl Freeze for SQL_SS_TIME2_STRUCT
impl RefUnwindSafe for SQL_SS_TIME2_STRUCT
impl Send for SQL_SS_TIME2_STRUCT
impl Sync for SQL_SS_TIME2_STRUCT
impl Unpin for SQL_SS_TIME2_STRUCT
impl UnsafeUnpin for SQL_SS_TIME2_STRUCT
impl UnwindSafe for SQL_SS_TIME2_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