pub struct VariableTime {
pub event: TimeEvent,
pub offset: i16,
}
Fields§
§event: TimeEvent
§offset: i16
Trait Implementations§
Source§impl Clone for VariableTime
impl Clone for VariableTime
Source§fn clone(&self) -> VariableTime
fn clone(&self) -> VariableTime
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 VariableTime
impl Debug for VariableTime
Source§impl Display for VariableTime
impl Display for VariableTime
Source§impl Hash for VariableTime
impl Hash for VariableTime
Source§impl PartialEq for VariableTime
impl PartialEq for VariableTime
impl Copy for VariableTime
impl Eq for VariableTime
impl StructuralPartialEq for VariableTime
Auto Trait Implementations§
impl Freeze for VariableTime
impl RefUnwindSafe for VariableTime
impl Send for VariableTime
impl Sync for VariableTime
impl Unpin for VariableTime
impl UnwindSafe for VariableTime
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