#[repr(C)]pub struct rc_client_user_t {
pub display_name: *const c_char,
pub username: *const c_char,
pub token: *const c_char,
pub score: u32,
pub score_softcore: u32,
pub num_unread_messages: u32,
}Fields§
§display_name: *const c_char§username: *const c_char§token: *const c_char§score: u32§score_softcore: u32§num_unread_messages: u32Trait Implementations§
Source§impl Clone for rc_client_user_t
impl Clone for rc_client_user_t
Source§fn clone(&self) -> rc_client_user_t
fn clone(&self) -> rc_client_user_t
Returns a duplicate 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 rc_client_user_t
impl Debug for rc_client_user_t
impl Copy for rc_client_user_t
Auto Trait Implementations§
impl Freeze for rc_client_user_t
impl RefUnwindSafe for rc_client_user_t
impl !Send for rc_client_user_t
impl !Sync for rc_client_user_t
impl Unpin for rc_client_user_t
impl UnwindSafe for rc_client_user_t
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