pub struct Aligned { /* private fields */ }Expand description
This is a virtual object that represents two aligned times.
On this object, arthmetic operations can be performed that operate on the two contained times. This virtual object ensures that the interface to these operations is safe.
Implementations§
Trait Implementations§
impl Eq for Aligned
impl StructuralPartialEq for Aligned
Auto Trait Implementations§
impl Freeze for Aligned
impl RefUnwindSafe for Aligned
impl Send for Aligned
impl Sync for Aligned
impl Unpin for Aligned
impl UnsafeUnpin for Aligned
impl UnwindSafe for Aligned
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