Struct TIME_STRUCT
#[repr(C)]pub struct TIME_STRUCT {
pub hour: u16,
pub minute: u16,
pub second: u16,
}
Fields§
§hour: u16
§minute: u16
§second: u16
Trait Implementations§
§impl Clone for TIME_STRUCT
impl Clone for TIME_STRUCT
§fn clone(&self) -> TIME_STRUCT
fn clone(&self) -> TIME_STRUCT
Returns a copy 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 moreimpl 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