pub struct UtcTimeDerState {
pub bytes: [u8; 13],
pub pos: usize,
}Fields§
§bytes: [u8; 13]§pos: usizeTrait Implementations§
Source§impl Clone for UtcTimeDerState
impl Clone for UtcTimeDerState
Source§fn clone(&self) -> UtcTimeDerState
fn clone(&self) -> UtcTimeDerState
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 moreimpl Copy for UtcTimeDerState
Auto Trait Implementations§
impl Freeze for UtcTimeDerState
impl RefUnwindSafe for UtcTimeDerState
impl Send for UtcTimeDerState
impl Sync for UtcTimeDerState
impl Unpin for UtcTimeDerState
impl UnsafeUnpin for UtcTimeDerState
impl UnwindSafe for UtcTimeDerState
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