pub struct StorageStartTimeDate {
pub user_index: u8,
pub storage_segment: u8,
pub year: u16,
pub month: u8,
pub day: u8,
}
Expand description
Storage start time(date)
Fields
user_index: u8
User Index Number
storage_segment: u8
Storage Segment Number
year: u16
Year
month: u8
Month
day: u8
Day
Trait Implementations
sourceimpl Clone for StorageStartTimeDate
impl Clone for StorageStartTimeDate
sourcefn clone(&self) -> StorageStartTimeDate
fn clone(&self) -> StorageStartTimeDate
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 StorageStartTimeDate
impl Debug for StorageStartTimeDate
impl Copy for StorageStartTimeDate
Auto Trait Implementations
impl RefUnwindSafe for StorageStartTimeDate
impl Send for StorageStartTimeDate
impl Sync for StorageStartTimeDate
impl Unpin for StorageStartTimeDate
impl UnwindSafe for StorageStartTimeDate
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