#[repr(C)]pub struct ClientMiniExport {
pub id: u16,
pub channel: u64,
pub ident: *const c_char,
pub nickname: *const c_char,
}Fields§
§id: u16id of the client
channel: u64the channel the client is in
ident: *const c_charclient public identity
nickname: *const c_charclient display name
Auto Trait Implementations§
impl Freeze for ClientMiniExport
impl RefUnwindSafe for ClientMiniExport
impl !Send for ClientMiniExport
impl !Sync for ClientMiniExport
impl Unpin for ClientMiniExport
impl UnwindSafe for ClientMiniExport
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