Struct contec_protocol::incoming_package::UserAmount
source · [−]pub struct UserAmount {
pub total_user: u8,
}
Expand description
User Amount
Fields
total_user: u8
Total User Number
Trait Implementations
sourceimpl Clone for UserAmount
impl Clone for UserAmount
sourcefn clone(&self) -> UserAmount
fn clone(&self) -> UserAmount
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for UserAmount
impl Debug for UserAmount
impl Copy for UserAmount
Auto Trait Implementations
impl RefUnwindSafe for UserAmount
impl Send for UserAmount
impl Sync for UserAmount
impl Unpin for UserAmount
impl UnwindSafe for UserAmount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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