struct LocalMoment {
rata_die: RataDie,
local_milliseconds: u32,
}Fields§
§rata_die: RataDie§local_milliseconds: u32Trait Implementations§
Source§impl Add<Milliseconds> for LocalMoment
impl Add<Milliseconds> for LocalMoment
Source§type Output = LocalMoment
type Output = LocalMoment
The resulting type after applying the
+ operator.Source§impl Clone for LocalMoment
impl Clone for LocalMoment
Source§fn clone(&self) -> LocalMoment
fn clone(&self) -> LocalMoment
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 moreSource§impl Debug for LocalMoment
impl Debug for LocalMoment
impl Copy for LocalMoment
Auto Trait Implementations§
impl Freeze for LocalMoment
impl RefUnwindSafe for LocalMoment
impl Send for LocalMoment
impl Sync for LocalMoment
impl Unpin for LocalMoment
impl UnsafeUnpin for LocalMoment
impl UnwindSafe for LocalMoment
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