pub struct ValueDateTime(pub [u8; 4]);Tuple Fields§
§0: [u8; 4]Trait Implementations§
Source§impl Clone for ValueDateTime
impl Clone for ValueDateTime
Source§fn clone(&self) -> ValueDateTime
fn clone(&self) -> ValueDateTime
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 ValueDateTime
impl Debug for ValueDateTime
impl Copy for ValueDateTime
Auto Trait Implementations§
impl Freeze for ValueDateTime
impl RefUnwindSafe for ValueDateTime
impl Send for ValueDateTime
impl Sync for ValueDateTime
impl Unpin for ValueDateTime
impl UnsafeUnpin for ValueDateTime
impl UnwindSafe for ValueDateTime
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