pub struct AdnlPing {
pub value: u64,
}Fields
value: u64Trait Implementations
impl Copy for AdnlPing
Auto Trait Implementations
impl RefUnwindSafe for AdnlPing
impl Send for AdnlPing
impl Sync for AdnlPing
impl Unpin for AdnlPing
impl UnwindSafe for AdnlPing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more