Struct classicube_sys::ResumeInfo
source · #[repr(C)]pub struct ResumeInfo {
pub user: cc_string,
pub ip: cc_string,
pub port: cc_string,
pub server: cc_string,
pub mppass: cc_string,
pub _userBuffer: [c_char; 64],
pub _serverBuffer: [c_char; 64],
pub _ipBuffer: [c_char; 16],
pub _portBuffer: [c_char; 16],
pub _mppassBuffer: [c_char; 64],
}
Fields§
§user: cc_string
§ip: cc_string
§port: cc_string
§server: cc_string
§mppass: cc_string
§_userBuffer: [c_char; 64]
§_serverBuffer: [c_char; 64]
§_ipBuffer: [c_char; 16]
§_portBuffer: [c_char; 16]
§_mppassBuffer: [c_char; 64]
Trait Implementations§
source§impl Debug for ResumeInfo
impl Debug for ResumeInfo
source§impl Hash for ResumeInfo
impl Hash for ResumeInfo
source§impl PartialEq for ResumeInfo
impl PartialEq for ResumeInfo
source§fn eq(&self, other: &ResumeInfo) -> bool
fn eq(&self, other: &ResumeInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ResumeInfo
impl StructuralPartialEq for ResumeInfo
Auto Trait Implementations§
impl Freeze for ResumeInfo
impl RefUnwindSafe for ResumeInfo
impl !Send for ResumeInfo
impl !Sync for ResumeInfo
impl Unpin for ResumeInfo
impl UnwindSafe for ResumeInfo
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