pub struct lastAdjustedRoundReturn {
pub _0: u64,
}Expand description
Container type for the return parameters of the lastAdjustedRound() function.
Fields§
§_0: u64Trait Implementations§
Source§impl Clone for lastAdjustedRoundReturn
impl Clone for lastAdjustedRoundReturn
Source§fn clone(&self) -> lastAdjustedRoundReturn
fn clone(&self) -> lastAdjustedRoundReturn
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 lastAdjustedRoundReturn
impl Debug for lastAdjustedRoundReturn
impl Eq for lastAdjustedRoundReturn
Source§impl PartialEq for lastAdjustedRoundReturn
impl PartialEq for lastAdjustedRoundReturn
Source§fn eq(&self, other: &lastAdjustedRoundReturn) -> bool
fn eq(&self, other: &lastAdjustedRoundReturn) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for lastAdjustedRoundReturn
Auto Trait Implementations§
impl Freeze for lastAdjustedRoundReturn
impl RefUnwindSafe for lastAdjustedRoundReturn
impl Send for lastAdjustedRoundReturn
impl Sync for lastAdjustedRoundReturn
impl Unpin for lastAdjustedRoundReturn
impl UnsafeUnpin for lastAdjustedRoundReturn
impl UnwindSafe for lastAdjustedRoundReturn
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