#[repr(C)]pub struct SERVER_INFO_1107 {
pub sv1107_users: u32,
}
Fields§
§sv1107_users: u32
Trait Implementations§
§impl Clone for SERVER_INFO_1107
impl Clone for SERVER_INFO_1107
impl Copy for SERVER_INFO_1107
Auto Trait Implementations§
impl RefUnwindSafe for SERVER_INFO_1107
impl Send for SERVER_INFO_1107
impl Sync for SERVER_INFO_1107
impl Unpin for SERVER_INFO_1107
impl UnwindSafe for SERVER_INFO_1107
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