pub struct StorageStartTimeTime {
pub user_index: u8,
pub storage_segment: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
}
Expand description
Storage start time(time)
Fields
user_index: u8
User Index Number
storage_segment: u8
Storage Segment Number
hour: u8
Hour
minute: u8
Minutes
second: u8
Seconds
Trait Implementations
sourceimpl Clone for StorageStartTimeTime
impl Clone for StorageStartTimeTime
sourcefn clone(&self) -> StorageStartTimeTime
fn clone(&self) -> StorageStartTimeTime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StorageStartTimeTime
impl Debug for StorageStartTimeTime
impl Copy for StorageStartTimeTime
Auto Trait Implementations
impl RefUnwindSafe for StorageStartTimeTime
impl Send for StorageStartTimeTime
impl Sync for StorageStartTimeTime
impl Unpin for StorageStartTimeTime
impl UnwindSafe for StorageStartTimeTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more