#[repr(C)]pub struct CLoggedInUser {
pub order: c_uint,
pub username: *mut c_char,
pub room: c_uint,
pub state: c_uint,
}Fields§
§order: c_uint§username: *mut c_char§room: c_uint§state: c_uintAuto Trait Implementations§
impl !Send for CLoggedInUser
impl !Sync for CLoggedInUser
impl Freeze for CLoggedInUser
impl RefUnwindSafe for CLoggedInUser
impl Unpin for CLoggedInUser
impl UnsafeUnpin for CLoggedInUser
impl UnwindSafe for CLoggedInUser
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