pub struct remote_domain_memory_stat {
pub tag: i32,
pub val: u64,
}
Fields§
§tag: i32
§val: u64
Trait Implementations§
Source§impl Clone for remote_domain_memory_stat
impl Clone for remote_domain_memory_stat
Source§fn clone(&self) -> remote_domain_memory_stat
fn clone(&self) -> remote_domain_memory_stat
Returns a copy 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 remote_domain_memory_stat
impl Debug for remote_domain_memory_stat
Source§impl<Out: Write> Pack<Out> for remote_domain_memory_stat
impl<Out: Write> Pack<Out> for remote_domain_memory_stat
Source§impl<In: Read> Unpack<In> for remote_domain_memory_stat
impl<In: Read> Unpack<In> for remote_domain_memory_stat
impl Copy for remote_domain_memory_stat
impl Eq for remote_domain_memory_stat
impl StructuralPartialEq for remote_domain_memory_stat
Auto Trait Implementations§
impl Freeze for remote_domain_memory_stat
impl RefUnwindSafe for remote_domain_memory_stat
impl Send for remote_domain_memory_stat
impl Sync for remote_domain_memory_stat
impl Unpin for remote_domain_memory_stat
impl UnwindSafe for remote_domain_memory_stat
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