#[repr(C)]pub struct SpiceServerInfo {
pub host: *mut i8,
pub port: *mut i8,
pub family: u32,
pub has_auth: bool,
pub auth: *mut i8,
}Fields§
§host: *mut i8§port: *mut i8§family: u32§has_auth: bool§auth: *mut i8Trait Implementations§
Source§impl Clone for SpiceServerInfo
impl Clone for SpiceServerInfo
Source§fn clone(&self) -> SpiceServerInfo
fn clone(&self) -> SpiceServerInfo
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 SpiceServerInfo
impl Debug for SpiceServerInfo
impl Copy for SpiceServerInfo
Auto Trait Implementations§
impl Freeze for SpiceServerInfo
impl RefUnwindSafe for SpiceServerInfo
impl !Send for SpiceServerInfo
impl !Sync for SpiceServerInfo
impl Unpin for SpiceServerInfo
impl UnwindSafe for SpiceServerInfo
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