pub struct Server { /* private fields */ }Expand description
Represents a steam game server.
Ref: https://developer.valvesoftware.com/wiki/Server_queries#A2S_INFO
Implementations
sourceimpl Server
impl Server
pub fn from_bytes(bytes: &[u8]) -> Self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Server
impl Send for Server
impl Sync for Server
impl Unpin for Server
impl UnwindSafe for Server
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more